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