summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-16 22:01:14 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-16 22:01:14 +0200
commit650bdf7f3d34169ec15b7263a19d9e70a340daff (patch)
tree6e00766e2095392cdc26d76051d603553d5e3e3f /.config/hypr
parent169051b9681ea6181350ed2949a218cdbc429e5d (diff)
Hyprland: Random config tweaks
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in
index 2227fbd..9713617 100644
--- a/.config/hypr/hyprland.conf.in
+++ b/.config/hypr/hyprland.conf.in
@@ -14,10 +14,12 @@ layerrule = noanim, overlay
input {
accel_profile = "adaptive"
follow_mouse = 1
- kb_layout = mango, mango
- kb_variant = basic, german
- kb_options = lv3:lalt_switch,compose:ralt
- repeat_delay = 180
+ kb_layout = mango, mango, us
+ kb_variant = basic, german, basic
+ kb_options = lv3:ralt_switch_multikey
+ # kb_options = lv3:lalt_switch,compose:ralt
+ # kb_options = lv3:ralt_switch_multikey
+ repeat_delay = 360 # 180
repeat_rate = 35
sensitivity = 0.8
natural_scroll = yes
@@ -92,7 +94,7 @@ bind = $modkey SHIFT, F, togglefloating
# Global programs
__bind(C, emacsclient -que '(popup-command-full-calc)')
-__bind(E, emacsclient -ca emacs)
+__bind(E, emacs)
__bind(M, foot aerc)
__bind(W, firefox)
__bind(return, foot)