forked from ahurac/dotfiles
hyprxdg : mise à jour
This commit is contained in:
parent
b30de47c0d
commit
0b06da983d
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/sh -x
|
#!/usr/bin/env sh
|
||||||
|
set -x
|
||||||
|
|
||||||
# Directory for SSH control sockets
|
# Directory for SSH control sockets
|
||||||
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
|
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
|
||||||
|
|
||||||
# Start PipeWire
|
# Start PipeWire
|
||||||
sleep 1
|
artix-pipewire-launcher restart
|
||||||
artix-pipewire-launcher restart &
|
|
||||||
|
|
||||||
# Update DBus environment variables
|
# Update DBus environment variables
|
||||||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
Loading…
Reference in a new issue