diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-01-23 23:51:23 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-01-23 23:51:23 +0300 |
commit | 7e7505c56cbcdfb410311978e723a190293d9abd (patch) | |
tree | 078d2f1184b8d921ec03479263515d165c6068ca | |
parent | 82f349b990bfb8fec6cfa89886bcb97dec640f4c (diff) |
changed i3 config for new monitor setup
-rw-r--r-- | .config/i3/config | 8 | ||||
-rwxr-xr-x | .screenlayout/doublemonitor.layout.sh | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config index b4305c6..c6a6e15 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -131,8 +131,8 @@ set $ws8 "8: media player" set $ws9 "9: code assisting" set $ws10 "10: code editors" -set $monitor_primary "eDP1" -set $monitor_secondary "HDMI-1-0" +set $monitor_primary "DP-0" +set $monitor_secondary "HDMI-0" # switch to workspace bindsym $mod+1 workspace number $ws1 @@ -190,8 +190,8 @@ workspace $ws9 output $monitor_secondary workspace $ws10 output $monitor_primary # move workspaces -bindsym $mod+Shift+less move workspace to output $monitor_secondary -bindsym $mod+Shift+greater move workspace to output $monitor_primary +bindsym $mod+Shift+greater move workspace to output $monitor_secondary +bindsym $mod+Shift+less move workspace to output $monitor_primary # reload the configuration file bindsym $mod+Shift+c reload diff --git a/.screenlayout/doublemonitor.layout.sh b/.screenlayout/doublemonitor.layout.sh index 3b3937d..09dbf31 100755 --- a/.screenlayout/doublemonitor.layout.sh +++ b/.screenlayout/doublemonitor.layout.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP1 --off --output DP2 --off --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off --output HDMI-1-0 --mode 1360x768 --pos 0x156 --rotate normal +xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1680x1050 --pos 2560x390 --rotate normal --output DP-0 -r 100 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output None-2-1 --off --output HDMI-1-1 --off --output HDMI-1-2 --off --output DP-1-1 --off --output HDMI-1-3 --off --output DP-1-2 --off --output HDMI-1-4 --off |