Compare commits
1 Commits
afadeb9cb0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
de535944f3
|
@@ -1,4 +1,5 @@
|
|||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
|
xkb_options "fkeys:basic_13-24"
|
||||||
repeat_delay 150
|
repeat_delay 150
|
||||||
repeat_rate 35
|
repeat_rate 35
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,7 +83,8 @@ bindsym $mod+minus scratchpad show
|
|||||||
bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
|
bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
|
||||||
bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs
|
bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs
|
||||||
bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs
|
bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs
|
||||||
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
bindsym --locked F16 exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
# xf86-brightnes
|
# xf86-brightnes
|
||||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||||
|
|||||||
Reference in New Issue
Block a user