forked from colonelpanic/dotfiles
[Linux] Add skippy-xd
This commit is contained in:
parent
3aa4aaf59f
commit
74d315eac1
5
dotfiles/config/skippy-xd/skippy-xd.rc
Normal file
5
dotfiles/config/skippy-xd/skippy-xd.rc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[general]
|
||||||
|
showAllDesktops = true
|
||||||
|
showUnmapped = true
|
||||||
|
clientDisplayModes = thumbnail icon fill none
|
||||||
|
switchDesktopOnActivate = true
|
12
dotfiles/config/systemd/user/skippy-xd.service
Normal file
12
dotfiles/config/systemd/user/skippy-xd.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=skippy-xd
|
||||||
|
Wants=taffybar.service
|
||||||
|
After=taffybar.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/env skippy-xd --start-daemon
|
||||||
|
ExecStop=/usr/bin/pkill skippy-xd
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=wm.target
|
@ -15,7 +15,8 @@ ESSENTIAL=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
NEEDED=(
|
NEEDED=(
|
||||||
"playerctl" "vlc" "feh" "xdotool" "android-sdk-platform-tools" "android-sdk" "android-tools"
|
"playerctl" "vlc" "feh" "xdotool" "android-sdk-platform-tools" "android-sdk"
|
||||||
|
"android-tools" "skippy-xd-git"
|
||||||
)
|
)
|
||||||
|
|
||||||
OTHER=(
|
OTHER=(
|
||||||
|
Loading…
Reference in New Issue
Block a user