diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-01-24 10:35:59 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-01-24 10:35:59 +0530 |
commit | 18507fd21b7a7709133d8f3049c683e1abffcda2 (patch) | |
tree | d43bc141b2e588300e639bdb4f004ad6945e6081 /.local/bin/desktop/show-i3-keybindings | |
parent | e02304f014645a01ef6cdd40276997dea58504d9 (diff) |
jupyter update
Diffstat (limited to '.local/bin/desktop/show-i3-keybindings')
-rwxr-xr-x | .local/bin/desktop/show-i3-keybindings | 2 |
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 |