From d6a63d75ba234b9f4cbaf0aa9d34af715c7e547c Mon Sep 17 00:00:00 2001 From: The-Repo-Club Date: Sun, 23 Oct 2022 17:06:59 +0100 Subject: [PATCH] Update i3 --- i3/.config/i3/config | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 356acd592..9719072a6 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -441,34 +441,6 @@ assign [class="(?i)PkgBrowser"] # }}} Assign Applications -##################################################################################################################### -################# system applications ################# -##################################################################################################################### - -# {{{ System Applications - -## Category: Applications; -# Description: Change Hosts; -$super_b+g \ - mode "$hosts_launcher" - -set $hosts_launcher Hosts: [d]efault [g]oogle d[e]google -mode "$hosts_launcher" { - bindsym --release d \ - $exe hostswitcher --default; mode "default" - - bindsym --release g \ - $exe hostswitcher --google; mode "default" - - bindsym --release e \ - $exe hostswitcher --degoogle; mode "default" - - bindsym Escape mode "default" - bindsym Return mode "default" -} - -# }}} System Applications - ##################################################################################################################### ################# applications keyboard shortcuts ################# #####################################################################################################################