From 3c6bc2ae21b50a577325608afe03ed9e2043c71e Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Fri, 9 Oct 2020 23:36:54 +0200 Subject: [PATCH] set the good screen by default --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index dedd100..7e089ef 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -231,5 +231,6 @@ workspace_auto_back_and_forth yes bindsym $mod+m exec --no-startup-id "sh ~/.screenlayout/dualScreen.sh" # use only the main screen bindsym $mod+Shift+m exec --no-startup-id "sh ~/.screenlayout/no_external.sh" +exec --no-startup-id "sh ~/.screenlayout/no_external.sh" # change wallpaper bindsym $mod+w exec --no-startup-id "feh --no-fehbg --bg-fill --randomize ~/.config/wallpapers/*"