From 76c39b8765d1d5585fc03e4deb6d833a736b6740 Mon Sep 17 00:00:00 2001 From: opal Date: Mon, 4 Mar 2024 10:20:45 -0800 Subject: [PATCH] adding more stuff --- .config/sway/config | 6 +++--- .config/wlogout/layout | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 8827bf6..606a548 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -61,9 +61,9 @@ bindsym Ctrl+F9 exec strawberry -r # Previous song bindsym Ctrl+F12 exec strawberry -f # Next song bindsym Ctrl+F10 exec strawberry -t # Pause/play song -# Backlight -bindsym XF86MonBrightnessUp exec light -A 10 && notify-send "󰃞 Light" "Brightness: $(light)%" --hint="int:value:$(light)" -bindsym XF86MonBrightnessDown exec light -U 10 && notify-send "󰃞 Light" "Brightness: $(light)%" --hint="int:value:$(light)" +# Backlight (brightnessctl) +bindsym XF86MonBrightnessUp exec brightnessctl +10% +bindsym XF86MonBrightnessDown exec brightnessctl 10%- # Moving around: # Move your focus around diff --git a/.config/wlogout/layout b/.config/wlogout/layout index 3aa0636..9281637 100644 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -7,7 +7,7 @@ { "label" : "logout", - "action" : "hyprctl dispatch exit 0", + "action" : "sway exit", "text" : "Logout", "keybind" : "e" }