From 650bdf7f3d34169ec15b7263a19d9e70a340daff Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 16 Oct 2024 22:01:14 +0200 Subject: Hyprland: Random config tweaks --- .config/hypr/hyprland.conf.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.config/hypr') 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) -- cgit v1.2.3