From 18507fd21b7a7709133d8f3049c683e1abffcda2 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 24 Jan 2025 10:35:59 +0530 Subject: jupyter update --- .local/bin/desktop/show-i3-keybindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/desktop/show-i3-keybindings') 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 -- cgit v1.2.3