Hacker News new | ask | show | jobs
by calvinmorrison 835 days ago
Here's mine:

bindsym $mod+Shift+P exec /home/calvin/bin/rename_workspace

bindsym $mod+Shift+F exec /home/calvin/bin/throw_window

alt-F -> "throw_window" launches dmenu with a list of all my windows so i can then select it and it will automatically switch me to the workspace that window is on and focus it

alt-P -> rename my workspace on the fly

https://git.ceux.org/throw_window.git/

https://git.ceux.org/i3-rename-workspace.git/