This commit is contained in:
2024-06-02 13:38:15 -05:00
parent 3abc117a28
commit cac0afa76e
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ include /etc/sway/config-vars.d/*
# Default wallpaper
output * bg ~/.config/configfiles/wallpaper.png fill
#
output eDP-1 disable
#output eDP-1 disable
output DP-6 resolution 2560x1440 position 9440,1440
output DP-7 resolution 3440x1440 position 6000,1440
output DP-5 resolution 3440x1440 position 6000,0
@@ -203,8 +203,8 @@ bindsym XF86AudioLowerVolume exec "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; pk
bindsym XF86AudioMute exec "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; pkill -RTMIN+8 waybar"
# Brightness
bindsym XF86MonBrightnessDown exec light -U 10
bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec brightnessctl s 10%-
bindsym XF86MonBrightnessUp exec brightnessctl s +10%
default_border none
include /etc/sway/config.d/*