adding more stuff
This commit is contained in:
@@ -61,9 +61,9 @@ bindsym Ctrl+F9 exec strawberry -r # Previous song
|
|||||||
bindsym Ctrl+F12 exec strawberry -f # Next song
|
bindsym Ctrl+F12 exec strawberry -f # Next song
|
||||||
bindsym Ctrl+F10 exec strawberry -t # Pause/play song
|
bindsym Ctrl+F10 exec strawberry -t # Pause/play song
|
||||||
|
|
||||||
# Backlight
|
# Backlight (brightnessctl)
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10 && notify-send " Light" "Brightness: $(light)%" --hint="int:value:$(light)"
|
bindsym XF86MonBrightnessUp exec brightnessctl +10%
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10 && notify-send " Light" "Brightness: $(light)%" --hint="int:value:$(light)"
|
bindsym XF86MonBrightnessDown exec brightnessctl 10%-
|
||||||
|
|
||||||
# Moving around:
|
# Moving around:
|
||||||
# Move your focus around
|
# Move your focus around
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"label" : "logout",
|
"label" : "logout",
|
||||||
"action" : "hyprctl dispatch exit 0",
|
"action" : "sway exit",
|
||||||
"text" : "Logout",
|
"text" : "Logout",
|
||||||
"keybind" : "e"
|
"keybind" : "e"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user