diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-03-21 03:51:09 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-03-21 03:51:09 -0500 |
| commit | 32418fca3e38ef2e6b5e62c8f568da6e0a73a261 (patch) | |
| tree | c3d68f02be6a2b196a222a5eb9c9341e55929d34 /keep/manual-programs/suckless/dwm/endx | |
| parent | 66953f50fbbd312499d577ef6358fe0e675c54ab (diff) | |
Squashed commit of the following:
- moved from st to st-flexipatch
- dwm changes
- added dunst to autostart
- moved from lf-gadets to lfimg-sixel
- st
- asciidoc conf for 3rd nvim
Diffstat (limited to 'keep/manual-programs/suckless/dwm/endx')
| -rw-r--r-- | keep/manual-programs/suckless/dwm/endx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keep/manual-programs/suckless/dwm/endx b/keep/manual-programs/suckless/dwm/endx deleted file mode 100644 index 982d44f..0000000 --- a/keep/manual-programs/suckless/dwm/endx +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -#gives you a dmenu prompt to confirm if you want to exit X - -[ $(echo -e "No\nYes" | dmenu -i -p "$1") \ -== "Yes" ] && $2 |
