42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
|
# start waybar
|
||
|
exec = ~/.dotfiles/waybar/startup.sh
|
||
|
|
||
|
# set monitor workspaces
|
||
|
exec = ~/.dotfiles/hyprland/monitor.sh
|
||
|
|
||
|
# start tailscale
|
||
|
exec-once = tailscale up
|
||
|
|
||
|
# clear and start clipse
|
||
|
exec-once = clipse -clear
|
||
|
exec-once = clipse -listen
|
||
|
|
||
|
# start blueman
|
||
|
exec = blueman-tray
|
||
|
|
||
|
# theming
|
||
|
exec = ~/.dotfiles/wallpaper/startup.sh
|
||
|
|
||
|
# set volume
|
||
|
exec-once = wpctl set-volume @DEFAULT_AUDIO_SINK@ 80%
|
||
|
|
||
|
# solaar
|
||
|
exec-once = ~/.dotfiles/hyprland/startup/solaar.sh
|
||
|
|
||
|
# nextcloud desktop
|
||
|
exec-once = ~/.dotfiles/hyprland/startup/nextcloud_desktop.sh
|
||
|
|
||
|
# center apps
|
||
|
exec = ~/.dotfiles/hyprland/centre_app.sh --class "solaar" --title "solaar"
|
||
|
exec = ~/.dotfiles/hyprland/centre_app.sh --class "nostt" --title "Alacritty"
|
||
|
exec = ~/.dotfiles/hyprland/centre_app.sh --class "nmtui" --title "Alacritty"
|
||
|
exec = ~/.dotfiles/hyprland/centre_app.sh --class "Rofi" --title "rofi - Apps"
|
||
|
exec = ~/.dotfiles/hyprland/centre_app.sh --class "scratchbox" --title "Alacritty"
|
||
|
exec = ~/.dotfiles/hyprland/centre_app.sh --class "blueman-manager" --title "Bluetooth Devices"
|
||
|
exec = ~/.dotfiles/hyprland/centre_app.sh --class "com.gabm.satty" --title "satty"
|
||
|
|
||
|
# start default apps
|
||
|
exec-once = [workspace 1 silent] bitwarden
|
||
|
exec-once = [workspace 2 silent] firefox
|
||
|
exec-once = [workspace 3 silent] alacritty
|