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
|
bindsym XF86AudioPrev exec --no-startup-id playerctl -p spotify previous
|
||||||
|
|
||||||
# keys seemingly switched
|
# keys seemingly switched
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 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 xbacklight -dec 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+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
|
bindsym $mod+space exec --no-startup-id pactl set-source-mute '@DEFAULT_SOURCE@' toggle
|
||||||
|
|||||||
@@ -161,8 +161,8 @@ python-modules:
|
|||||||
- python-semver
|
- python-semver
|
||||||
black:
|
black:
|
||||||
archlinux: ["python-black"]
|
archlinux: ["python-black"]
|
||||||
xbacklight:
|
brightnessctl:
|
||||||
archlinux: ["xorg-xbacklight"]
|
archlinux: ["brightnessctl"]
|
||||||
wireshark:
|
wireshark:
|
||||||
archlinux: ["wireshark-cli", "wireshark-qt"]
|
archlinux: ["wireshark-cli", "wireshark-qt"]
|
||||||
nmap:
|
nmap:
|
||||||
|
|||||||
Reference in New Issue
Block a user