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