aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-12-27 16:02:00 +0000
committerJustine Smithies <justine@smithies.me.uk>2023-12-27 16:02:00 +0000
commit51fe743ba08a6051a2e5487510d420c4b9009002 (patch)
tree8654dd710bfd4a676dcb388a001e0f9e367bcbff /.config
parent3b2017804dece91e8ef4514337980fd56dd93050 (diff)
Defaulting to using RiverWM with Yambar
Diffstat (limited to '.config')
-rw-r--r--.config/kanshi/config4
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"
}