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

View File

@@ -23,3 +23,4 @@ required_packages_pacman:
- swayimg - swayimg
- pipewire - pipewire
- pipewire-pulse - pipewire-pulse
- openssh