diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/kanshi/config | 4 | ||||
-rw-r--r-- | .config/lf/lfrc | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index b617c94..70c1ced 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -1,10 +1,10 @@ profile Laptop { output eDP-1 position 0,0 mode 1920x1080 - exec sh -c "$HOME/.config/yambar/scripts/yambar-start.sh" + #exec sh -c "$HOME/.config/yambar/scripts/yambar-start.sh" } profile Dock { output HDMI-A-1 position 0,0 mode 1920x1080 output eDP-1 position 1920,0 mode 1920x1080 - exec sh -c "$HOME/.config/yambar/scripts/yambar-start.sh" + #exec sh -c "$HOME/.config/yambar/scripts/yambar-start.sh" } diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 8fda791..32f8409 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -52,7 +52,8 @@ cmd open ${{ }} cmd setwallpaper ${{ - cp -f "$f" ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i ~/.cache/wallpaper > /dev/null 2>&1 & + #cp -f "$f" ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i ~/.cache/wallpaper > /dev/null 2>&1 & + cp -f "$f" ~/.cache/wallpaper && qtile cmd-obj -o cmd -f reload_config }} # Key Mappings |