From ee5eefb6e6d0f5be7bd52594e7e72c7085f0da0a Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 21 Jun 2018 19:45:06 -0500 Subject: [PATCH] bspwm: Fix sxhkd cloning I'm a dumbass I'm a dumbass~ --- .config/bspwm/bspwmrc | 5 ++++- .config/konsolerc | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index f488e5cb..b3e1376f 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -84,8 +84,11 @@ xset s off xrdbupdate ## SERVICES AND DAEMONS -sxhkd & # Simple hotkey daemon feh --randomize --bg-fill ~/Pictures/Wallpapers/.active & +if [[ $(pgrep sxhkd) ]]; then + killall sxhkd +fi +sxhkd & if [[ $(pgrep polybar) ]]; then killall polybar fi diff --git a/.config/konsolerc b/.config/konsolerc index 065e4014..47e3959f 100644 --- a/.config/konsolerc +++ b/.config/konsolerc @@ -2,7 +2,7 @@ DefaultProfile=Primary.profile [Favorite Profiles] -Favorites= +Favorites=Small.profile,Primary.profile [FileDialogSize] Height 1080=480 @@ -23,7 +23,7 @@ ShowWindowTitleOnTitleBar=true [MainWindow] MenuBar=Disabled -State=AAAA/wAAAAD9AAAAAAAAA6kAAAP0AAAABAAAAAQAAAAIAAAACPwAAAAA +State=AAAA/wAAAAD9AAAAAAAAA0oAAAH6AAAABAAAAAQAAAAIAAAACPwAAAAA ToolBarsMovable=Disabled [Notification Messages]