linuxware/modules/home-manager/scripts/hyprland/start_services.sh

49 lines
653 B
Bash
Raw Normal View History

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 &
2023-11-05 04:53:31 -03:00
#
# Start wallpaper daemon
2023-11-05 04:53:31 -03:00
#
~/.local/share/scripts/wallpaper.sh &
2023-11-05 04:53:31 -03:00
#
# Start notification daemon.
#
mako &
#
# 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
#
# Start Fcitx5
#
fcitx5 &
2024-07-20 08:41:49 -03:00
#
# Start the blueman applet for managing bluetooth devices
#
blueman-applet &