Tip to config multiple monitors in i3
dblume

dblume commited on 2024-01-02 09:14:28
Showing 1 changed files, with 3 additions and 0 deletions.

... ...
@@ -248,3 +248,6 @@ bindsym Ctrl+Shift+Print exec --no-startup-id maim --select | xclip -selection c
248 248
 
249 249
 # sudo apt install brightnessctl playerctl feh
250 250
 exec feh --bg-scale $HOME/Pictures/chinesemoon.png
251
+
252
+# From https://askubuntu.com/questions/1262791/multiple-monitors-with-i3-window-manager
253
+#exec --nostartup-id xrandr --output DP-0 --left-of DP-2 &
251 254