commit 4ce6738a9d4f42af76be4c2b2419b02c2d2448a9
parent 522cbb2ed0d2cad6d91a16dd4aa3dbb6b0a64e15
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Wed, 30 Jan 2019 10:46:16 -0500
Add shortcut to rofi's window list.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.config/i3/config b/.config/i3/config
@@ -137,6 +137,9 @@ for_window [class="^"] split toggle
bindsym $mod+u exec --no-startup-id rofimoji
bindsym $mod+Shift+u exec --no-startup-id unipicker --command "rofi -dmenu" --copy
+ # window switcher
+ bindsym $mod+Tab exec --no-startup-id rofi -show window
+
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows.