diff options
| author | Simon Ser <contact@emersion.fr> | 2024-02-29 01:03:11 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-08-11 16:42:20 +0200 |
| commit | 9ba1beee580d07adfba903257ce8762b96ea3833 (patch) | |
| tree | c2d223bf4f3a272cf4fbe1bab22ae31a16167170 | |
| parent | f344e9d5a5afe6ba1aeaf781be3bd18dbf8596f1 (diff) | |
Bind a few utilities to special keys in default config
| -rw-r--r-- | config.in | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -195,6 +195,19 @@ mode "resize" { bindsym Escape mode "default" } bindsym $mod+r mode "resize" +# +# Utilities: +# + # Special keys to adjust volume via PulseAudio + 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 pactl set-source-mute \@DEFAULT_SOURCE@ toggle + # Special keys to adjust brightness via brightnessctl + bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- + bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+ + # Special key to take a screenshot with grim + bindsym Print exec grim # # Status Bar: |
