This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Prerequisites: | |
# - fzf https://github.com/junegunn/fzf | |
# - jq https://github.com/jqlang/jq | |
# | |
# Add key binds for moving window to special:secret workspace | |
# Example: | |
# bind = $mainMod, D, movetoworkspacesilent, special:secret | |
# bind = $mainMod, W, exec, kitty ~/secret.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defcfg | |
process-unmapped-keys yes | |
) | |
(defsrc | |
a s d f | |
j k l ; | |
tab caps | |
` 1 2 3 4 5 6 7 8 9 0 | |
) |