2023-11-05 04:53:31 -03:00
|
|
|
#!/bin/sh
|
|
|
|
|
2024-03-25 22:33:38 -03:00
|
|
|
#
|
|
|
|
# Make sure xdg-desktop-portal-hyprland has access to what it needs
|
|
|
|
#
|
|
|
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
|
|
|
|
2024-08-13 21:58:43 -03:00
|
|
|
#
|
|
|
|
# Start waybar.
|
|
|
|
#
|
|
|
|
waybar &
|
|
|
|
|
|
|
|
#
|
|
|
|
# Start xwaylandvideobridge
|
|
|
|
#
|
|
|
|
xwaylandvideobridge &
|
|
|
|
|
2024-09-17 12:29:15 -03:00
|
|
|
|
2023-11-05 04:53:31 -03:00
|
|
|
#
|
2024-09-17 12:29:15 -03:00
|
|
|
# Start wallpaper daemon
|
2023-11-05 04:53:31 -03:00
|
|
|
#
|
2024-09-17 12:29:15 -03:00
|
|
|
~/.local/share/scripts/wallpaper.sh &
|
2023-11-05 04:53:31 -03:00
|
|
|
|
|
|
|
#
|
|
|
|
# Start notification daemon.
|
|
|
|
#
|
|
|
|
mako &
|
|
|
|
|
2023-12-30 12:51:19 -03:00
|
|
|
#
|
|
|
|
# Refresh kdeconnect connections
|
|
|
|
#
|
|
|
|
kdeconnect-cli --refresh &
|
|
|
|
|
|
|
|
#
|
|
|
|
# Clipboard manager
|
|
|
|
#
|
2024-06-26 02:11:57 -03:00
|
|
|
wl-paste --type text --watch cliphist store &
|
|
|
|
wl-paste --type image --watch cliphist store &
|
2024-07-20 08:41:49 -03:00
|
|
|
|
2024-08-15 16:12:37 -03:00
|
|
|
#
|
|
|
|
# Start Fcitx5
|
|
|
|
#
|
|
|
|
fcitx5 &
|
|
|
|
|
2024-07-20 08:41:49 -03:00
|
|
|
#
|
|
|
|
# Start the blueman applet for managing bluetooth devices
|
|
|
|
#
|
|
|
|
blueman-applet &
|