too many things
This commit is contained in:
@@ -1,33 +1,40 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# variables
|
||||
config=$HOME/.config/hypr
|
||||
## variables
|
||||
config=$HOME/.config/hypr &
|
||||
|
||||
# wallpaper
|
||||
hyprpaper &
|
||||
## wallpaper
|
||||
hyprpaper &
|
||||
|
||||
# notification daemon
|
||||
## notification daemon
|
||||
dunst &
|
||||
|
||||
# secrets manager
|
||||
## secrets manager
|
||||
kwalletd6 &
|
||||
|
||||
# waybar
|
||||
## waybar
|
||||
waybar &
|
||||
|
||||
# syncronisation
|
||||
syncthing &
|
||||
nextcloud --background &
|
||||
|
||||
# clipboard
|
||||
wl-paste --watch cliphist store &
|
||||
|
||||
# network-manager tray icon
|
||||
NetworkManager &
|
||||
nm-applet &
|
||||
# other
|
||||
## other
|
||||
polkit-kde-authentication-agent-1 &
|
||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||
hypridle &
|
||||
polkit-qt6 &
|
||||
xwaylandvideobridge &
|
||||
systemctl --user start hyprpolkitagent &
|
||||
|
||||
|
||||
## syncronisation
|
||||
syncthing &
|
||||
nextcloud --background &
|
||||
|
||||
## clipboard
|
||||
wl-paste --watch cliphist store &
|
||||
|
||||
# xwaylandvideobridge &
|
||||
|
||||
## workspace
|
||||
kitty --single-instance --session '~/.local/share/kittymainsession' &
|
||||
|
||||
## network-manager tray icon
|
||||
sleep 1 &
|
||||
NetworkManager &
|
||||
nm-applet &
|
||||
|
||||
Reference in New Issue
Block a user