bspwm: Fix sxhkd cloning
I'm a dumbass I'm a dumbass~
This commit is contained in:
parent
911ad5582f
commit
ee5eefb6e6
@ -84,8 +84,11 @@ xset s off
|
|||||||
xrdbupdate
|
xrdbupdate
|
||||||
|
|
||||||
## SERVICES AND DAEMONS
|
## SERVICES AND DAEMONS
|
||||||
sxhkd & # Simple hotkey daemon
|
|
||||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active &
|
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active &
|
||||||
|
if [[ $(pgrep sxhkd) ]]; then
|
||||||
|
killall sxhkd
|
||||||
|
fi
|
||||||
|
sxhkd &
|
||||||
if [[ $(pgrep polybar) ]]; then
|
if [[ $(pgrep polybar) ]]; then
|
||||||
killall polybar
|
killall polybar
|
||||||
fi
|
fi
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
DefaultProfile=Primary.profile
|
DefaultProfile=Primary.profile
|
||||||
|
|
||||||
[Favorite Profiles]
|
[Favorite Profiles]
|
||||||
Favorites=
|
Favorites=Small.profile,Primary.profile
|
||||||
|
|
||||||
[FileDialogSize]
|
[FileDialogSize]
|
||||||
Height 1080=480
|
Height 1080=480
|
||||||
@ -23,7 +23,7 @@ ShowWindowTitleOnTitleBar=true
|
|||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
MenuBar=Disabled
|
MenuBar=Disabled
|
||||||
State=AAAA/wAAAAD9AAAAAAAAA6kAAAP0AAAABAAAAAQAAAAIAAAACPwAAAAA
|
State=AAAA/wAAAAD9AAAAAAAAA0oAAAH6AAAABAAAAAQAAAAIAAAACPwAAAAA
|
||||||
ToolBarsMovable=Disabled
|
ToolBarsMovable=Disabled
|
||||||
|
|
||||||
[Notification Messages]
|
[Notification Messages]
|
||||||
|
Reference in New Issue
Block a user