From 843288c2c06ed575c2d0ffee05a6cb5b5c6bf809 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Wed, 6 Apr 2022 16:19:56 -0500 Subject: Update swayconfig to set keyboard brightness on archbook-pro, update current wallpaper --- .config/sway/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/sway/config b/.config/sway/config index eefc24b..5fa66d3 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -25,7 +25,7 @@ floating_modifier $mod normal # display config -output * bg ~/wallpapers/numaneo.jpg fill +output * bg ~/wallpapers/vibrant_woods.jpg fill output * mode 2560x1440@143.999Hz output * subpixel none output DP-1 pos 0 0 @@ -61,6 +61,12 @@ bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +1000 bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -1000 bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle +bindsym XF86KbdBrightnessUp exec kbdlight up 10 +bindsym XF86KbdBrightnessDown exec kbdlight down 10 + +bindsym XF86MonBrightnessUp exec light -A 10 +bindsym XF86MonBrightnessDown exec light -U 10 + bindsym $mod+Return exec foot bindsym $mod+d exec rofi -show drun -modi drun -- cgit v1.2.3