Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
b4f143e89b
@ -3,8 +3,8 @@ Description=compton
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/compton -cC
|
ExecStart=/usr/bin/env compton -cC
|
||||||
ExecStop=/usr/bin/pkill compton
|
ExecStop=/usr/bin/env pkill compton
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wm.target
|
WantedBy=wm.target
|
||||||
|
@ -3,7 +3,7 @@ Description=imwheel
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/imwheel -b 45
|
ExecStart=/usr/bin/env imwheel -b 45
|
||||||
ExecStop=/usr/bin/pkill imwheel
|
ExecStop=/usr/bin/pkill imwheel
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ After=status-notifier-watcher.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/nm-applet --sm-disable --indicator
|
ExecStart=/usr/bin/env nm-applet --sm-disable --indicator
|
||||||
ExecStop=/usr/bin/pkill nm-applet
|
ExecStop=/usr/bin/pkill nm-applet
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
@ -3,7 +3,7 @@ Description=volnoti
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/volnoti -n -v
|
ExecStart=/usr/bin/env volnoti -n -v
|
||||||
ExecStop=/usr/bin/pkill volnoti
|
ExecStop=/usr/bin/pkill volnoti
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
@ -14,7 +14,9 @@ packages:
|
|||||||
# extra-dep: true
|
# extra-dep: true
|
||||||
# - location: ../../../../Projects/gtk-sni-tray
|
# - location: ../../../../Projects/gtk-sni-tray
|
||||||
# extra-dep: true
|
# extra-dep: true
|
||||||
- location: '../../../../Projects/github'
|
- location:
|
||||||
|
git: git@github.com:IvanMalison/github.git
|
||||||
|
commit: af73bd9e193b045a25bccf86061858db21091508
|
||||||
extra-dep: true
|
extra-dep: true
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- X11-xft-0.3.1
|
- X11-xft-0.3.1
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
#!/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