diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-07-09 20:24:58 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-07-09 20:24:58 +0200 |
commit | dee7b5307b08032022cc4d4e2a4c0dfde39d7790 (patch) | |
tree | a7cec95fca2a23caf795e6912a709e16873c7b0d | |
parent | a9690e0cd99897365941b9ccc2bfe8f08e93a58b (diff) | |
download | dotfiles-dee7b5307b08032022cc4d4e2a4c0dfde39d7790.tar.gz |
i3 move to .config
-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"]="." |