1
0
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.

4 changed files with 1 additions and 3 deletions

View File

@ -25,5 +25,4 @@ exec systemd-run \
--collect \ --collect \
--slice="$slice" \ --slice="$slice" \
--unit="$slice-$1-$rand" \ --unit="$slice-$1-$rand" \
--property=BindsTo=graphical-session.target \
${args[@]} -- "$@" ${args[@]} -- "$@"

View File

@ -2,7 +2,6 @@
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

View File

@ -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 antigen bundle zsh-users/zsh-syntax-highlighting@feature/redrawhook
antigen bundle mafredri/zsh-async antigen bundle mafredri/zsh-async
antigen bundle agkozak/zsh-z antigen bundle agkozak/zsh-z