Replace xbacklight with brightnessctl
This commit is contained in:
@@ -324,8 +324,8 @@ bindsym XF86AudioNext exec --no-startup-id playerctl -p spotify next
|
||||
bindsym XF86AudioPrev exec --no-startup-id playerctl -p spotify previous
|
||||
|
||||
# keys seemingly switched
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 8 ; exec --no-startup-id $scriptdir/update-status
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 8 ; exec --no-startup-id $scriptdir/update-status
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +8% ; exec --no-startup-id $scriptdir/update-status
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set -8% ; exec --no-startup-id $scriptdir/update-status
|
||||
|
||||
bindsym $mod+m exec --no-startup-id pactl set-source-mute '@DEFAULT_SOURCE@' toggle
|
||||
bindsym $mod+space exec --no-startup-id pactl set-source-mute '@DEFAULT_SOURCE@' toggle
|
||||
|
||||
@@ -161,8 +161,8 @@ python-modules:
|
||||
- python-semver
|
||||
black:
|
||||
archlinux: ["python-black"]
|
||||
xbacklight:
|
||||
archlinux: ["xorg-xbacklight"]
|
||||
brightnessctl:
|
||||
archlinux: ["brightnessctl"]
|
||||
wireshark:
|
||||
archlinux: ["wireshark-cli", "wireshark-qt"]
|
||||
nmap:
|
||||
|
||||
Reference in New Issue
Block a user