diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-18 19:14:53 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-18 19:14:53 +0100 |
commit | 345b5fd5933fdbad8edf437a8dd53c624351754b (patch) | |
tree | 3afa0e991f4df91fcce7e6bdcdf71f16f74e9864 /.config/kanshi | |
parent | 7a870a54e8674ae43ab27bc8fc8a6451184a8876 (diff) |
Updated daily back to Qtile Wayland
Diffstat (limited to '.config/kanshi')
-rw-r--r-- | .config/kanshi/config | 4 |
1 files changed, 2 insertions, 2 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" } |