This commit is contained in:
2025-12-30 22:37:13 +02:00
parent 0dabe39be9
commit bd0b49abce
11 changed files with 1270 additions and 53 deletions

View File

@@ -74,24 +74,24 @@ output * bg /home/raga/.config/sway/wallpaper.jpg fill
# Multi-monitor setup
# You can get your output names by running: swaymsg -t get_outputs
# DP-2 is the primary monitor on the left, and DP-1 is on the right.
output HDMI-A-1 {
output DP-1 {
position 0 0
# ECO
# mode 2560x1440@60Hz
# ECO
# mode 2560x1440@60Hz
# FULL
mode 2560x1440@120Hz
# FULL
mode 3840x2160@165Hz
}
output DP-1 {
position 2560 0
output DP-2 {
position 3840 0
# ECO
# mode 2560x1440@60Hz
# ECO
mode 2560x1440@60Hz
# FULL
modeline 586.59 2560 2568 2600 2640 1440 1529 1537 1543 +hsync -vsync
# FULL
# modeline 586.59 2560 2568 2600 2640 1440 1529 1537 1543 +hsync -vsync
}
###############################################################################
@@ -457,10 +457,10 @@ mode "Resize Mode" {
bindsym Up resize shrink height 6 px or 6 ppt
bindsym Right resize grow width 6 px or 6 ppt
bindsym Shift+Left resize shrink width 24 px or 24 ppt
bindsym Shift+Down resize grow height 24 px or 24 ppt
bindsym Shift+Up resize shrink height 24 px or 24 ppt
bindsym Shift+Right resize grow width 24 px or 24 ppt
bindsym Shift+Left resize shrink width 48 px or 48 ppt
bindsym Shift+Down resize grow height 48 px or 48 ppt
bindsym Shift+Up resize shrink height 48 px or 48 ppt
bindsym Shift+Right resize grow width 48 px or 48 ppt
## Resize // Resize Window // k j h l ##
bindsym $left resize shrink width 6 px or 6 ppt
@@ -468,10 +468,10 @@ mode "Resize Mode" {
bindsym $up resize shrink height 6 px or 6 ppt
bindsym $right resize grow width 6 px or 6 ppt
bindsym Shift+$left resize shrink width 24 px or 24 ppt
bindsym Shift+$down resize grow height 24 px or 24 ppt
bindsym Shift+$up resize shrink height 24 px or 24 ppt
bindsym Shift+$right resize grow width 24 px or 24 ppt
bindsym Shift+$left resize shrink width 48 px or 48 ppt
bindsym Shift+$down resize grow height 48 px or 48 ppt
bindsym Shift+$up resize shrink height 48 px or 48 ppt
bindsym Shift+$right resize grow width 48 px or 48 ppt
## Resize // Exit Resize Mode // Escape or Enter ##
bindsym Return mode "default"
@@ -546,6 +546,7 @@ exec lxqt-policykit-agent # Authentication agent (comment out if not needed)
exec --no-startup-id blueman-applet
exec --no-startup-id nm-applet
#exec --no-startup-id home_dotfiles/.config/sway/set_random_bg.sh
# Include additional config files if they exist
include /etc/sway/config.d/*