diff options
author | Freya Murphy <fmurphy@redcom.com> | 2025-06-10 20:53:51 -0400 |
---|---|---|
committer | Freya Murphy <fmurphy@redcom.com> | 2025-06-10 20:53:51 -0400 |
commit | 954d30dba5a427a1d29a578e8e520deb6e3986de (patch) | |
tree | d4feb084defd2adba10460d4b98b68481c2eff3b /fmurphy/.config | |
download | dotfiles-windows-954d30dba5a427a1d29a578e8e520deb6e3986de.tar.gz dotfiles-windows-954d30dba5a427a1d29a578e8e520deb6e3986de.tar.bz2 dotfiles-windows-954d30dba5a427a1d29a578e8e520deb6e3986de.zip |
initial
Diffstat (limited to 'fmurphy/.config')
-rwxr-xr-x | fmurphy/.config/whkdrc | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/fmurphy/.config/whkdrc b/fmurphy/.config/whkdrc new file mode 100755 index 0000000..a0ad6a2 --- /dev/null +++ b/fmurphy/.config/whkdrc @@ -0,0 +1,51 @@ +.shell powershell
+
+# Reload whkd configuration
+Win + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden
+Win + shift + o : komorebic reload-configuration
+
+Win + f : komorebic toggle-maximize
+
+Win + q : komorebic close
+Win + m : komorebic minimize
+Win + return : start wt
+Win + w : start 'C:\Program Files\LibreWolf\librewolf.exe'
+
+# Focus windows
+Win + left : komorebic focus left
+Win + down : komorebic focus down
+Win + up : komorebic focus up
+Win + right : komorebic focus right
+
+# Move windows
+Win + shift + left : komorebic move left
+Win + shift + down : komorebic move down
+Win + shift + up : komorebic move up
+Win + shift + right : komorebic move right
+
+# Manipulate windows
+Win + shift + space : komorebic toggle-float
+
+# Layouts
+Win + h : komorebic flip-layout horizontal
+Win + j : komorebic flip-layout vertical
+
+# Workspaces
+Win + 1 : komorebic focus-workspace 0
+Win + 2 : komorebic focus-workspace 1
+Win + 3 : komorebic focus-workspace 2
+Win + 4 : komorebic focus-workspace 3
+Win + 5 : komorebic focus-workspace 4
+Win + 6 : komorebic focus-workspace 5
+Win + 7 : komorebic focus-workspace 6
+Win + 8 : komorebic focus-workspace 7
+
+# Move windows across workspaces
+Win + shift + 1 : komorebic move-to-workspace 0
+Win + shift + 2 : komorebic move-to-workspace 1
+Win + shift + 3 : komorebic move-to-workspace 2
+Win + shift + 4 : komorebic move-to-workspace 3
+Win + shift + 5 : komorebic move-to-workspace 4
+Win + shift + 6 : komorebic move-to-workspace 5
+Win + shift + 7 : komorebic move-to-workspace 6
+Win + shift + 8 : komorebic move-to-workspace 7
|