diff options
-rw-r--r-- | i3/config (renamed from .i3/config) | 2 | ||||
-rwxr-xr-x | i3/start_polybar.sh (renamed from .i3/start_polybar.sh) | 0 | ||||
-rwxr-xr-x | install.sh | 2 |
3 files changed, 3 insertions, 1 deletions
@@ -32,6 +32,8 @@ bindsym $mod+Shift+BackSpace move scratchpad bindsym $mod+BackSpace scratchpad show bindsym $mod+minus [class="KeePassXC"] scratchpad show +bindsym $mod+g exec "mouse-switchscreen" + # Applications for_window [class="KeePassXC"] move scratchpad diff --git a/.i3/start_polybar.sh b/i3/start_polybar.sh index 38b46f6..38b46f6 100755 --- a/.i3/start_polybar.sh +++ b/i3/start_polybar.sh @@ -10,7 +10,7 @@ CONFIGS=( ["sway"]=".config" ["termite"]=".config" ["twmn"]=".config" ["picom"]=".config" - [".i3"]="." + ["i3"]=".config" [".vim"]="." [".xinitrc"]="." [".bashrc"]="." |