aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-07-09 20:24:58 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-07-09 20:24:58 +0200
commitdee7b5307b08032022cc4d4e2a4c0dfde39d7790 (patch)
treea7cec95fca2a23caf795e6912a709e16873c7b0d
parenta9690e0cd99897365941b9ccc2bfe8f08e93a58b (diff)
downloaddotfiles-dee7b5307b08032022cc4d4e2a4c0dfde39d7790.tar.gz
i3 move to .config
-rw-r--r--i3/config (renamed from .i3/config)2
-rwxr-xr-xi3/start_polybar.sh (renamed from .i3/start_polybar.sh)0
-rwxr-xr-xinstall.sh2
3 files changed, 3 insertions, 1 deletions
diff --git a/.i3/config b/i3/config
index 344ea6c..b59599b 100644
--- a/.i3/config
+++ b/i3/config
@@ -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
diff --git a/install.sh b/install.sh
index c341228..65bd05f 100755
--- a/install.sh
+++ b/install.sh
@@ -10,7 +10,7 @@ CONFIGS=( ["sway"]=".config"
["termite"]=".config"
["twmn"]=".config"
["picom"]=".config"
- [".i3"]="."
+ ["i3"]=".config"
[".vim"]="."
[".xinitrc"]="."
[".bashrc"]="."