diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-11 18:21:52 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-11 18:21:52 +0100 |
commit | 786f9c22fab19de866566de4c7933aef416a1462 (patch) | |
tree | 512c3563b43a511171979604d6a2a09a4b68c50a /.config/kanshi | |
parent | ba6e0a870faa3306b1e15bd03460b2faa30ceb37 (diff) |
Switched to River
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 70c1ced..b617c94 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" } |