From 34e9fc1d8598c74634e85a3796d77c95ce803411 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 28 Nov 2025 15:21:59 -0800 Subject: pop-os: Fix herbstluft setup --- oni/home/config/pop-os.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index b7e7070..27d1d6e 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -302,13 +302,12 @@ (list (mixed-text-file "autostart" - "set_monitors 1920x1080+0+0\n" - "focus_edge left\n" - "keybind Mod4-apostrophe spawn dunstctl close\n" - "keybind Mod4-quotedbl spawn dunstctl close-all\n" - "keybind Mod4-Control-apostrophe spawn dunstctl history-pop\n" - "keybind Mod4-Mod1-apostrophe spawn dunstctl context\n" - "spawn pick-random-wallpaper\n"))))) + "herbstclient focus_edge left\n" + "herbstclient keybind Mod4-apostrophe spawn dunstctl close\n" + "herbstclient keybind Mod4-quotedbl spawn dunstctl close-all\n" + "herbstclient keybind Mod4-Control-apostrophe spawn dunstctl history-pop\n" + "herbstclient keybind Mod4-Mod1-apostrophe spawn dunstctl context\n" + "herbstclient spawn pick-random-wallpaper\n"))))) (service home-sxhkd-service-type (home-sxhkd-configuration -- cgit v1.3-2-g0d8e