This commit is contained in:
2025-07-20 22:05:44 +03:00
parent c92ef6432a
commit 25d6e4f51b

View File

@@ -71,14 +71,18 @@ set $filemanager thunar
# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
output * bg /home/raga/.config/sway/wallpaper.jpg fill
# 144Hz monitor configuration
# Add custom 144Hz mode for your monitor
# Using the same timing as your xrandr command: 586.59 2560 2568 2600 2640 1440 1529 1537 1543 +hsync -vsync
output HDMI-A-1 {
modeline 586.59 2560 2568 2600 2640 1440 1529 1537 1543 +hsync -vsync
# 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 DP-2 {
mode 2560x1440@144Hz
position 0 0
}
# You can get the names of your outputs by running: swaymsg -t get_outputs
output DP-1 {
modeline 586.59 2560 2568 2600 2640 1440 1529 1537 1543 +hsync -vsync
position 2560 0
}
###############################################################################
# Idle configuration
@@ -480,9 +484,9 @@ bar {
# border backgr. text
focused_workspace #000000 #ffffff #000000
active_workspace #000000 #000000 #ffffff
active_workspace #ffffff #000000 #ffffff
inactive_workspace #000000 #000000 #ffffff
urgent_workspace #000000 #ff0000 #000000
urgent_workspace #000000 #ff0000 #ffffff
}
}