Compare commits
4 commits
a7b156c673
...
2d146fc8ae
Author | SHA1 | Date | |
---|---|---|---|
2d146fc8ae | |||
0d1d67db35 | |||
b7823f18ba | |||
28ff19756b |
2 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,7 @@ in {
|
||||||
audacity
|
audacity
|
||||||
autorandr
|
autorandr
|
||||||
brickstore
|
brickstore
|
||||||
|
brightnessctl
|
||||||
csharp-ls
|
csharp-ls
|
||||||
cups
|
cups
|
||||||
curl
|
curl
|
||||||
|
|
|
@ -56,6 +56,10 @@ bindsym XF86AudioPause exec playerctl play-pause
|
||||||
bindsym XF86AudioNext exec playerctl next
|
bindsym XF86AudioNext exec playerctl next
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
bindsym XF86AudioPrev exec playerctl previous
|
||||||
|
|
||||||
|
# Use brightnessctl to adjust brightness
|
||||||
|
bindsym XF86MonBrightnessUp exec brightnessctl set 10%+
|
||||||
|
bindsym XF86MonBrightnessDown exec 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue