polybar fix deprecated modules, nvim fix some things, i3 notify brightness
This commit is contained in:
parent
08dbbfa2e8
commit
4c83d8f94b
8 changed files with 42 additions and 42 deletions
|
@ -49,8 +49,8 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next
|
|||
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
||||
|
||||
# Use lux to adjust brightness
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id lux -a 10%
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id lux -s 10% -m 1
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id lux -a 10%; exec notify-send "Brightness $(lux -G)"
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id lux -s 10% -m 1; exec notify-send "Brightness $(lux -G)"
|
||||
|
||||
# Screen capture program
|
||||
bindsym Print exec --no-startup-id flameshot gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue