[Linux] Restore xmonad shell script
This commit is contained in:
parent
b515f3cc2b
commit
53a0fb9689
10
dotfiles/lib/bin/xmonad
Executable file
10
dotfiles/lib/bin/xmonad
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env zsh
|
||||
# -*- mode:sh
|
||||
|
||||
if command_exists "imalison-taffybar"; then
|
||||
imalison-xmonad "$@"
|
||||
else
|
||||
# Move .lib/bin to the end of PATH so that this script is not called again
|
||||
add_to_path "$HOME/.lib/bin" --after
|
||||
xmonad "$@"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user