From 40c214a2b69fec50abcc0e89ba749016defa57b5 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 2 Feb 2020 17:18:15 +0100 Subject: Changed icons and $mod-x toggle behaviour --- config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config b/config index 6c36825..98a7663 100644 --- a/config +++ b/config @@ -179,14 +179,15 @@ assign [title="(?i)weechat"] $WS0 # for_window [title="^.*Chromium"] border pixel 0 # for_window [class="Gvim"] border pixel 0 for_window [title="(?i)Evolution"] title_format "📧 %title" -for_window [app_id="firefox"] title_format " %title" -for_window [app_id="firefox"] border pixel 5 +# for_window [class="firefox"] title_format " %title" +for_window [class="firefox"] title_format "🦊 %title" +for_window [class="firefox"] border pixel 5 for_window [class="(?i)chromium"] title_format " %title" for_window [class="(?i)hexchat"] title_format " %title" for_window [class="(?i)pidgin"] title_format "👥 %title" for_window [app_id="thunar"] title_format "🗄️ %title" for_window [app_id="keepassxc"] title_format "🔑 %title" -for_window [class="(?i).*terminal?"] title_format " %title" +for_window [class="(?i).*terminal?"] title_format "🖥️ %title" for_window [class="(?i).*termite?"] title_format " %title" for_window [class="(?i)xfce4-appfinder"] title_format " %title" for_window [class="(?i)thunderbird"] title_format " %title" @@ -265,7 +266,7 @@ bindsym $mod+Shift+Right move right bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+q layout toggle split -bindsym $mod+x layout toggle all +bindsym $mod+x layout toggle tabbed splitv bindsym $mod+v split toggle bindsym $mod+space split toggle -- cgit v1.2.3