summaryrefslogtreecommitdiff
path: root/.local/bin/desktop/show-i3-keybindings
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2025-01-24 10:35:59 +0530
committerVikas Kushwaha <dev@vikas.rocks>2025-01-24 10:35:59 +0530
commit18507fd21b7a7709133d8f3049c683e1abffcda2 (patch)
treed43bc141b2e588300e639bdb4f004ad6945e6081 /.local/bin/desktop/show-i3-keybindings
parente02304f014645a01ef6cdd40276997dea58504d9 (diff)
jupyter update
Diffstat (limited to '.local/bin/desktop/show-i3-keybindings')
-rwxr-xr-x.local/bin/desktop/show-i3-keybindings2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/desktop/show-i3-keybindings b/.local/bin/desktop/show-i3-keybindings
index 45d0626..f7d7d70 100755
--- a/.local/bin/desktop/show-i3-keybindings
+++ b/.local/bin/desktop/show-i3-keybindings
@@ -6,6 +6,6 @@ if [ -n "$TERM" ]; then
column --table --separator='|' | less -r
else
grep '^bindsym' ~/.config/i3/config | sort |
- sed 's/^bindsym \(\S*\)\s\+\(.*\)$/\1|\2/; s/\$super+/  /; s/Shift+/Shift /; s/$alt+/Alt /; s/Ctrl+/Ctrl /' |
+ sed 's/^bindsym \(\S*\)\s\+\(.*\)$/\1|\2/; s/\$super+/  /; s/Shift+/⬆️ /; s/$alt+/⎇ /; s/Ctrl+/Ctrl /' |
column --table --separator='|' | yad --text-info
fi