diff options
| author | 2025-11-28 15:21:59 -0800 | |
|---|---|---|
| committer | 2025-11-28 15:23:04 -0800 | |
| commit | 34e9fc1d8598c74634e85a3796d77c95ce803411 (patch) | |
| tree | d5c2adf1ad0875cf210d844e23e0c9decd778612 /oni/home/config/pop-os.scm | |
| parent | 1ba1f529b1c21219a9d7c5796e67d9b76f8a4fbf (diff) | |
| download | new-dotfiles-34e9fc1d8598c74634e85a3796d77c95ce803411.tar.gz new-dotfiles-34e9fc1d8598c74634e85a3796d77c95ce803411.zip | |
pop-os: Fix herbstluft setup
Diffstat (limited to 'oni/home/config/pop-os.scm')
| -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 |
