aboutsummaryrefslogtreecommitdiff
path: root/.config/sxhkd/show_help.sh
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-08-30 19:22:59 +0200
committersrdusr <trevorgray@srdusr.com>2025-08-30 19:22:59 +0200
commit19120d4f9761c67d99ed1ce3da6084b83f5a49c9 (patch)
treef234cad1bdad88114a63c9702144da487024967a /.config/sxhkd/show_help.sh
parent5928998af5404ae2be84c6cecc10ebf84bd3f3ed (diff)
downloaddotfiles-19120d4f9761c67d99ed1ce3da6084b83f5a49c9.tar.gz
dotfiles-19120d4f9761c67d99ed1ce3da6084b83f5a49c9.zip
Linux-specific dotfiles
Diffstat (limited to '.config/sxhkd/show_help.sh')
-rwxr-xr-x.config/sxhkd/show_help.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/sxhkd/show_help.sh b/.config/sxhkd/show_help.sh
deleted file mode 100755
index bd0cd6c..0000000
--- a/.config/sxhkd/show_help.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-cat ~/.config/sxhkd/sxhkdrc | awk '/^[a-z]/ && last {print $0,"\t",last} {last=""} /^#/{last=$0}' | column -t -s $'\t' | rofi -dmenu -i -no-show-icons -width 1000
-