From 11e0c27d40b2079a462beb60ba1b57c5bfe80390 Mon Sep 17 00:00:00 2001 From: Dmitry Fedotov Date: Wed, 25 Aug 2021 23:49:21 +0300 Subject: [PATCH] Remove wallpaper and screen layout script execution from i3 config. --- config/i3/config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/i3/config b/config/i3/config index e254970..a5f30de 100644 --- a/config/i3/config +++ b/config/i3/config @@ -94,9 +94,6 @@ bindsym $mod+a focus parent # focus the child container #bindsym $mod+d focus child -# screen layout -exec_always ~/.screenlayout/.screenlayout.sh - # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. set $ws1 "1 " @@ -226,8 +223,6 @@ assign [class= "Firefox"] $ws10 assign [class= "Skype"] $ws8 assign [class= "TelegramDesktop"] $ws9 -exec $scripts_dir/wallpaper.sh 20 - # for developing purposes... for_window [class="SFML works!"] floating enable border normal for_window [class="Minusculo"] floating enable border normal -- 2.39.5