update build script to remove pasystray and include pnmixer
This commit is contained in:
parent
f90b3cb0c1
commit
150d4b4a10
|
@ -14,8 +14,8 @@ compton -b
|
|||
tint2 &
|
||||
|
||||
# Sound mixer
|
||||
#pnmixer &
|
||||
pasystray &
|
||||
pnmixer &
|
||||
#pasystray &
|
||||
|
||||
# Plank
|
||||
plank &
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
[PNMixer]
|
||||
SliderOrientation=vertical
|
||||
DisplayTextVolume=true
|
||||
TextVolumePosition=0
|
||||
ScrollStep=5
|
||||
FineScrollStep=1
|
||||
MiddleClickAction=0
|
||||
CustomCommand=
|
||||
VolMuteKey=121
|
||||
VolUpKey=123
|
||||
VolDownKey=122
|
||||
AlsaCard=(default)
|
||||
NormalizeVolume=true
|
||||
SystemTheme=true
|
||||
DrawVolMeter=false
|
||||
VolMeterPos=0
|
||||
VolMeterColor=0.90980392156900003;0.43137254902;0.43137254902;
|
||||
VolumeControlCommand=pavucontrol
|
||||
EnableHotKeys=true
|
||||
VolMuteMods=0
|
||||
VolUpMods=0
|
||||
VolDownMods=0
|
||||
EnableNotifications=true
|
||||
HotkeyNotifications=true
|
||||
MouseNotifications=true
|
||||
PopupNotifications=true
|
||||
ExternalNotifications=false
|
||||
NotificationTimeout=1500
|
||||
|
||||
[(default)]
|
||||
Channel=Master
|
|
@ -1,27 +0,0 @@
|
|||
[xarchiver]
|
||||
preferred_format=-1
|
||||
prefer_unzip=true
|
||||
confirm_deletion=true
|
||||
sort_filename_content=false
|
||||
store_output=false
|
||||
icon_size=2
|
||||
show_archive_comment=false
|
||||
show_sidebar=true
|
||||
show_location_bar=true
|
||||
show_toolbar=true
|
||||
preferred_custom_cmd=
|
||||
preferred_temp_dir=/tmp
|
||||
preferred_extract_dir=/tmp
|
||||
allow_sub_dir=0
|
||||
ensure_directory=true
|
||||
overwrite=false
|
||||
full_path=2
|
||||
touch=false
|
||||
fresh=false
|
||||
update=false
|
||||
store_path=false
|
||||
updadd=true
|
||||
freshen=false
|
||||
recurse=true
|
||||
solid_archive=false
|
||||
remove_files=false
|
|
@ -70,8 +70,8 @@ pcmanfm
|
|||
desktop-base
|
||||
mousepad
|
||||
lxpolkit
|
||||
#pnmixer
|
||||
pasystray
|
||||
pnmixer
|
||||
#pasystray
|
||||
alsa-utils
|
||||
gmrun
|
||||
geany
|
||||
|
|
|
@ -70,8 +70,8 @@ pcmanfm
|
|||
desktop-base
|
||||
mousepad
|
||||
lxpolkit
|
||||
#pnmixer
|
||||
pasystray
|
||||
pnmixer
|
||||
#pasystray
|
||||
alsa-utils
|
||||
gmrun
|
||||
geany
|
||||
|
|
|
@ -70,8 +70,8 @@ pcmanfm
|
|||
desktop-base
|
||||
mousepad
|
||||
lxpolkit
|
||||
#pnmixer
|
||||
pasystray
|
||||
pnmixer
|
||||
#pasystray
|
||||
alsa-utils
|
||||
gmrun
|
||||
geany
|
||||
|
|
Loading…
Reference in New Issue