aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]="."