dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 6e48d5f7d94ff0759567b57b012338f12e474946
parent 9903e4ec4ec8bd9563eae443dd841a4ed99cedf2
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed,  1 May 2024 22:15:26 -0500

bspwm: fixed issue in scratchpad

Diffstat:
M.local/bin/scratchpad.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/scratchpad.sh b/.local/bin/scratchpad.sh @@ -9,7 +9,7 @@ if [ -z "$winid" ]; then nohup emacs >/dev/null 2>/dev/null </dev/null & else if [ -z "$visible_winid" ]; then - echo "$winid" | xargs -I{} xdo show {} + echo "$winid" | tac | xargs -I{} xdo show {} else echo "$winid" | xargs -I{} xdo hide {} fi