add second monitor
This commit is contained in:
parent
256f45c2cb
commit
b72e066b45
@ -10,6 +10,12 @@
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
|
||||
|
||||
# monitors
|
||||
exec xrandr --output DP-0 --mode 1920x1080 --pos 0x0 --primary
|
||||
exec xrandr --output HDMI-0 --mode 1366x768 --pos 1920x0 --right-of DP-0 --rotate right
|
||||
|
||||
|
||||
for_window [tiling] border pixel 3
|
||||
exec --no-startup-id picom --inactive-dim 0.2 --no-fading-openclose --inactive-dim-fixed --config /dev/null
|
||||
set $mod Mod4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user