bspwm: Go back to killall
This commit is contained in:
parent
da7166381a
commit
54ebfff695
@ -87,9 +87,7 @@ xrdbupdate
|
|||||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active &
|
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active &
|
||||||
services="sxhkd polybar conky dunst compton"
|
services="sxhkd polybar conky dunst compton"
|
||||||
for service in $services; do
|
for service in $services; do
|
||||||
if $(pgrep $service); then
|
killall $service
|
||||||
kill $(pgrep $service)
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
# Don't start the compositor in a VM
|
# Don't start the compositor in a VM
|
||||||
if [[ $(hostname) != "vm"* ]]; then
|
if [[ $(hostname) != "vm"* ]]; then
|
||||||
|
@ -46,6 +46,12 @@ increase_volume=Volume Up,Volume Up,Increase Volume
|
|||||||
mic_mute=Microphone Mute,Microphone Mute,Mute Microphone
|
mic_mute=Microphone Mute,Microphone Mute,Mute Microphone
|
||||||
mute=Volume Mute,Volume Mute,Mute
|
mute=Volume Mute,Volume Mute,Mute
|
||||||
|
|
||||||
|
[kopete]
|
||||||
|
ReadMessage=Ctrl+Shift+I,Ctrl+Shift+I,Read Message
|
||||||
|
Set_Away_Back=Ctrl+Shift+W,Ctrl+Shift+W,Set Away/Back
|
||||||
|
ShowContactList=,Ctrl+Alt+T,Show/Hide Contact List
|
||||||
|
_k_friendly_name=Kopete
|
||||||
|
|
||||||
[krunner]
|
[krunner]
|
||||||
_k_friendly_name=Run Command
|
_k_friendly_name=Run Command
|
||||||
run command=\tAlt+F2,Alt+Space,Run Command
|
run command=\tAlt+F2,Alt+Space,Run Command
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
DefaultProfile=Primary.profile
|
DefaultProfile=Primary.profile
|
||||||
|
|
||||||
[Favorite Profiles]
|
[Favorite Profiles]
|
||||||
Favorites=Primary.profile,Small.profile
|
Favorites=Primary.profile
|
||||||
|
|
||||||
[FileDialogSize]
|
[FileDialogSize]
|
||||||
Height 1080=480
|
Height 1080=480
|
||||||
@ -23,7 +23,7 @@ ShowWindowTitleOnTitleBar=true
|
|||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
MenuBar=Disabled
|
MenuBar=Disabled
|
||||||
State=AAAA/wAAAAD9AAAAAAAAA0oAAAH6AAAABAAAAAQAAAAIAAAACPwAAAAA
|
State=AAAA/wAAAAD9AAAAAAAAB2wAAAPYAAAABAAAAAQAAAAIAAAACPwAAAAA
|
||||||
ToolBarsMovable=Disabled
|
ToolBarsMovable=Disabled
|
||||||
|
|
||||||
[Notification Messages]
|
[Notification Messages]
|
||||||
|
Loading…
Reference in New Issue
Block a user