diff options
| author | tslil <tslil@posteo.de> | 2026-03-24 12:54:48 +0000 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-03-24 12:56:37 +0000 |
| commit | 648a4c24be40b9fbfed3c6556b90632e7e551317 (patch) | |
| tree | 65a931ee0e3777bb3bab88ccd216ab9f0a9cbff9 /sway/config | |
| parent | fd470f67190e1166bcafb87a69b12097c36ff150 (diff) | |
[sway] add handy, only set keyboard layout for builtin-in keyboard
Diffstat (limited to 'sway/config')
| -rw-r--r-- | sway/config | 9 |
1 files changed, 7 insertions, 2 deletions
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 |
