new stuff with stow, hell yeah

This commit is contained in:
thatscringebro
2024-04-09 20:54:51 -04:00
parent 0c08b1cfe8
commit 5bedd18d7b
31 changed files with 2467 additions and 0 deletions

6
.config/i3/scripts/keyhint-2 Executable file
View File

@@ -0,0 +1,6 @@
I3_CONFIG=$HOME/.config/i3/config
mod_key=$(sed -nre 's/^set \$mod (.*)/\1/p' ${I3_CONFIG})
grep "^bindsym" ${I3_CONFIG} \
| sed "s/-\(-\w\+\)\+//g;s/\$mod/${mod_key}/g;s/Mod1/Alt/g;s/exec //;s/bindsym //;s/^\s\+//;s/^\([^ ]\+\) \(.\+\)$/\2: \1/;s/^\s\+//" \
| tr -s ' ' \
| rofi -dmenu -theme ~/.config/rofi/rofikeyhint.rasi