diff options
| -rw-r--r-- | oni/home/config/pop-os.scm | 13 |
1 files 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 |
