diff options
author | FivePixels <o5pxels@gmail.com> | 2022-04-06 16:19:56 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2022-04-06 16:19:56 -0500 |
commit | 843288c2c06ed575c2d0ffee05a6cb5b5c6bf809 (patch) | |
tree | 7234c6c96c5e87a7fd61560308eed36a7b54c609 | |
parent | b877cecb4c14953d13395ae8bb609869809b6249 (diff) | |
download | dots-843288c2c06ed575c2d0ffee05a6cb5b5c6bf809.tar.xz dots-843288c2c06ed575c2d0ffee05a6cb5b5c6bf809.zip |
Update swayconfig to set keyboard brightness on archbook-pro, update
current wallpaper
-rw-r--r-- | .config/sway/config | 8 |
1 files changed, 7 insertions, 1 deletions
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 |