diff options
Diffstat (limited to '.local/bin/desktop')
-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 |