forked from ahurac/dotfiles
Mise à jour : artix-pipewire-loader -> artix-pipewire-launcher dans mes configurations
This commit is contained in:
parent
e5abc118bd
commit
2fef620bc5
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
/usr/lib/xdg-desktop-portal-wlr &
|
/usr/lib/xdg-desktop-portal-wlr &
|
||||||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
sleep 1
|
sleep 1
|
||||||
artix-pipewire-loader &
|
artix-pipewire-launcher &
|
||||||
sleep 1
|
sleep 1
|
||||||
waybar
|
waybar
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = artix-pipewire-loader
|
exec-once = artix-pipewire-launcher
|
||||||
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
||||||
exec-once = swayosd
|
exec-once = swayosd
|
||||||
exec-once = kitty & kitty sudo -i
|
exec-once = kitty & kitty sudo -i
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
cd
|
cd
|
||||||
eval "$(ssh-agent)"
|
eval "$(ssh-agent)"
|
||||||
dbus-launch --exit-with-session xfwm4 &
|
dbus-launch --exit-with-session xfwm4 &
|
||||||
artix-pipewire-loader &
|
artix-pipewire-launcher &
|
||||||
st
|
st
|
||||||
wait
|
wait
|
||||||
ssh-agent -k
|
ssh-agent -k
|
||||||
|
|
Loading…
Reference in a new issue