diff --git a/sub/i3/config b/sub/i3/config index 35aebec..30afd46 100644 --- a/sub/i3/config +++ b/sub/i3/config @@ -11,10 +11,13 @@ -set $mod Mod4 - +# monitors +exec --no-startup-id xrandr --output DP-0 --mode 1920x1080 --pos 0x0 --primary +exec --no-startup-id 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 exec --no-startup-id xset s off exec --no-startup-id xset dpms 0 0 0 @@ -211,11 +214,4 @@ bindsym Ctrl+$mod+Print exec --no-startup-id maim --window $(xdotool getactivewi bindsym Ctrl+Shift+Print exec --no-startup-id maim --select | xclip -selection clipboard -t image/png - -for_window [tiling] border pixel 3 -# monitors -exec --no-startup-id xrandr --output DP-0 --mode 1920x1080 --pos 0x0 --primary -exec --no-startup-id xrandr --output HDMI-0 --mode 1366x768 --pos 1920x0 --right-of DP-0 --rotate right - - exec --no-startup-id xrandr --dpi 80