hotkeys to adjust screen brightness
This commit is contained in:
parent
1cc83940d7
commit
0d505900fa
2 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,10 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
|
||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||||
|
|
||||||
|
# Screen brightness
|
||||||
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +10%
|
||||||
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
- xss-lock
|
- xss-lock
|
||||||
- arandr
|
- arandr
|
||||||
- autorandr
|
- autorandr
|
||||||
|
- brightnessctl
|
||||||
- name: Create i3 config directory
|
- name: Create i3 config directory
|
||||||
file:
|
file:
|
||||||
path: ~/.config/i3
|
path: ~/.config/i3
|
||||||
|
|
Reference in a new issue