diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-28 15:43:40 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-28 15:43:40 +0000 |
| commit | 2205e2e2acdf43cae1a119d7f59429804883cf76 (patch) | |
| tree | 7d9ee9858cff0227aad7035fbe1d9125dd540f0c /dot-config/sway/config | |
| parent | 7765202c84e3682161f58466ec3d21dc5ba1ed37 (diff) | |
Reduce volume amount in sway config
Diffstat (limited to 'dot-config/sway/config')
| -rw-r--r-- | dot-config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot-config/sway/config b/dot-config/sway/config index 9c3bc2a..ee64e1e 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -105,8 +105,8 @@ bindsym --locked XF86MonBrightnessUp exec brightnessctl set +10% && brightnessct bindsym --locked XF86MonBrightnessDown exec brightnessctl --min-value=10 set 10-% && brightnessctl --save bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_SINK@ toggle -bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_SINK@ 10%+ -bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ 10%- +bindsym XF86AudioRaiseVolume exec wpctl set-volume --limit 1.0 @DEFAULT_SINK@ 5%+ +bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ 5%- bindsym $mod+h splith bindsym $mod+v splitv |
