From 648a4c24be40b9fbfed3c6556b90632e7e551317 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 24 Mar 2026 12:54:48 +0000 Subject: [sway] add handy, only set keyboard layout for builtin-in keyboard --- sway/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sway') diff --git a/sway/config b/sway/config index 2fb1cf8..40b4441 100644 --- a/sway/config +++ b/sway/config @@ -24,7 +24,8 @@ exec "gsettings set org.gnome.desktop.interface cursor-size 64" # Start background services exec kanshi exec waybar -exec "gammastep -l 52.2:4.5" +exec "gammastep -l 51.8:-1.3 -t 5000:4000" +exec "handy --start-hidden" # --- Input Configuration --- input type:touchpad { @@ -33,9 +34,12 @@ input type:touchpad { drag_lock disabled } -input type:keyboard { +input 1:1:AT_Translated_Set_2_keyboard { xkb_layout gallium xkb_options ctrl:swap_lalt_lctl,ctrl:swap_rwin_rctl,ctrl:nocaps +} + +input type:keyboard { repeat_delay 300 repeat_rate 50 } @@ -73,6 +77,7 @@ bindsym $mod+p exec grim_slurp bindsym $mod+Shift+x exec lock bindsym $mod+Shift+space exec albumbler.py bindsym $mod+slash exec "foot qalc" +bindsym $mod+return exec "handy --toggle-transcription" # Window Management bindsym $mod+Shift+k kill -- cgit v1.2.3