diff options
| author | 2023-08-23 11:24:42 -0700 | |
|---|---|---|
| committer | 2023-08-23 11:24:42 -0700 | |
| commit | b98c93c159ac3213442d9581a8ef54244fa814fc (patch) | |
| tree | 6fb361e3a60dcfda2e4b05e5e8c7f4ec53e3bdb8 /oni/home/config/data.scm | |
| parent | 9ecba4df9048370423500149e4793b2c78c38307 (diff) | |
| download | new-dotfiles-b98c93c159ac3213442d9581a8ef54244fa814fc.tar.gz new-dotfiles-b98c93c159ac3213442d9581a8ef54244fa814fc.zip | |
Change herbstluftwm configuration to consist of multiple files
Diffstat (limited to 'oni/home/config/data.scm')
| -rw-r--r-- | oni/home/config/data.scm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/oni/home/config/data.scm b/oni/home/config/data.scm index f030911..23666f2 100644 --- a/oni/home/config/data.scm +++ b/oni/home/config/data.scm @@ -139,13 +139,15 @@ (dev split horizontal:0.54:1 (clients max:0) (clients vertical:0)))) (extra (list - "set_monitors 1920x1080+0+0" - "focus_edge left" - "keybind Mod4-apostrophe spawn dunstctl close" - "keybind Mod4-quotedbl spawn dunstctl close-all" - "keybind Mod4-Control-apostrophe spawn dunstctl history-pop" - "keybind Mod4-Mod1-apostrophe spawn dunstctl context" - "spawn pick-random-wallpaper")))) + (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"))))) (service home-polybar-service-type (home-polybar-configuration |
