hyprland welcome

This commit is contained in:
2024-08-08 12:57:52 +02:00
parent 4d4269d659
commit 582890fc62
10 changed files with 218 additions and 1890 deletions

View File

@@ -1,9 +1,16 @@
#!/bin/sh
dunst &
timewall set --daemon &
swww-daemon &
fcitx5 -d &
kanata -c ~/.config/kanata/config.kbd &
waybar &
$HOME/.config/hypr/session.sh &
/usr/lib/polkit-kde-authentication-agent-1 &
gnome-keyring-daemon --start --components=secrets,pkcs11,ssh &
# for L in 64 ''; do
# A=/usr/lib$L/seahorse/seahorse-ssh-askpass
# [[ -x $A ]] && export SSH_ASKPASS=$A && break
# done