aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/data
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-07-22 21:12:45 -0700
committerGravatar Tom Willemse2022-07-22 21:12:45 -0700
commite8cdf76fbfaa6bd6c79b7a44a22e277c62781c9e (patch)
tree749343a36b3e08e8fc8acb52b0cae352e8d3067e /oni/home/data
parent7957b236de1638fdcc1c9d16780c463defd8f961 (diff)
downloadnew-dotfiles-e8cdf76fbfaa6bd6c79b7a44a22e277c62781c9e.tar.gz
new-dotfiles-e8cdf76fbfaa6bd6c79b7a44a22e277c62781c9e.zip
Move a couple of keybindings to herbstluftwm
Diffstat (limited to 'oni/home/data')
-rw-r--r--oni/home/data/config.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm
index f54221f..a81bd1e 100644
--- a/oni/home/data/config.scm
+++ b/oni/home/data/config.scm
@@ -255,9 +255,7 @@
(service home-xbindkeys-service-type
(home-xbindkeys-configuration
(keybindings
- '(((mod4 shift q) . "herbstclient quit")
- ((mod4 shift e) . "herbstclient reload")
- ((mod4 k) . "hersbtclient close")
+ '(((mod4 k) . "hersbtclient close")
((mod4 mod1 k) . "herbstclient remove")
((mod4 Return) . "herbstclient spawn kitty")
((mod4 t) . "herbstclient spawn hlwm-run-or-raise \"\\(URxct\\|Hyper\\|kitty\\)\" kitty")
@@ -305,10 +303,13 @@
(service home-herbstluftwm-service-type
(home-herbstluftwm-configuration
(tags '(dev web game))
+ (key-bindings
+ '(("s-S-q" . "quit")
+ ("s-S-e" . "reload")))
(mouse-bindings
- '(("Mod4-Button1" . "move")
- ("Mod4-Button2" . "zoom")
- ("Mod4-Button3" . "resize")))
+ '(("s-Button1" . "move")
+ ("s-Button2" . "zoom")
+ ("s-Button3" . "resize")))
(settings
'((default_frame_layout . 2)
(frame_border_active_color . "#3d3d3d")