mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
4 Commits
9a04e70e77
...
2cace82b29
Author | SHA1 | Date | |
---|---|---|---|
2cace82b29 | |||
39d5f2a370 | |||
09f36fa202 | |||
3f274253ff |
@ -25,4 +25,5 @@ exec systemd-run \
|
|||||||
--collect \
|
--collect \
|
||||||
--slice="$slice" \
|
--slice="$slice" \
|
||||||
--unit="$slice-$1-$rand" \
|
--unit="$slice-$1-$rand" \
|
||||||
|
--property=BindsTo=graphical-session.target \
|
||||||
${args[@]} -- "$@"
|
${args[@]} -- "$@"
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Description=Bluetooth Applet
|
Description=Bluetooth Applet
|
||||||
After=graphical-session.target
|
After=graphical-session.target
|
||||||
Requires=graphical-session.target
|
Requires=graphical-session.target
|
||||||
|
ConditionPathExists=/sys/class/bluetooth
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
@ -70,7 +70,7 @@ source "$antigen_src"
|
|||||||
|
|
||||||
antigen bundle zsh-users/zsh-completions
|
antigen bundle zsh-users/zsh-completions
|
||||||
antigen bundle zsh-users/zsh-autosuggestions
|
antigen bundle zsh-users/zsh-autosuggestions
|
||||||
antigen bundle zsh-users/zsh-syntax-highlighting@feature/redrawhook
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||||
antigen bundle mafredri/zsh-async
|
antigen bundle mafredri/zsh-async
|
||||||
antigen bundle agkozak/zsh-z
|
antigen bundle agkozak/zsh-z
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user