adding more stuff

This commit is contained in:
opal
2024-03-04 10:20:45 -08:00
parent 370263ac3f
commit 76c39b8765
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -7,7 +7,7 @@
{ {
"label" : "logout", "label" : "logout",
"action" : "hyprctl dispatch exit 0", "action" : "sway exit",
"text" : "Logout", "text" : "Logout",
"keybind" : "e" "keybind" : "e"
} }