diff options
| author | andromeda <andromeda@lenovo> | 2026-01-14 20:18:25 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-14 20:18:25 +0100 |
| commit | 6fdcd136270f6b68b5001b4125280bf405a31d39 (patch) | |
| tree | e5ad29361193c3e33517d562d367111c32b3a6c4 /users/andromeda | |
| parent | 6fb816f27c40720dc360cc1434e6df6002731782 (diff) | |
adjust brightness, disable touchpad sometimes
Diffstat (limited to 'users/andromeda')
| -rw-r--r-- | users/andromeda/sway_config | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/users/andromeda/sway_config b/users/andromeda/sway_config index 43b3c1e..af46e4e 100644 --- a/users/andromeda/sway_config +++ b/users/andromeda/sway_config @@ -55,6 +55,12 @@ bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 0 +seat * hide_cursor 100 +input type:touchpad events disabled + +bindsym $mod+r exec 'swaymsg "seat * hide_cursor 100"; swaymsg "input type:touchpad events disabled"' +bindsym $mod+t exec 'swaymsg "seat * hide_cursor 0"; swaymsg "input type:touchpad events enabled"' + bindsym $mod+f fullscreen bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+minus move scratchpad @@ -64,8 +70,8 @@ bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5% bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5% bindsym --locked XF86AudioMicMute exec pact set-source-mute \@DEFAULT_SOURCE@ toggle -bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- -bindsym --locked XF86MonbrightnessUp exec brightnessctl set 5%+ +bindsym --locked XF86MonBrightnessDown exec brightnessctl set 2%- +bindsym --locked XF86MonbrightnessUp exec brightnessctl set 2%+ default_border none font pango:monospace 0.001 |
