22 lines
845 B
Bash
22 lines
845 B
Bash
#!/bin/bash
|
|
|
|
exec-once = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
|
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
|
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps
|
|
#env = LIBSEAT_BACKEND,logind
|
|
# EXECS
|
|
exec = ~/.config/hypr/scripts/restart.sh waybar
|
|
exec-once = wl-paste --type text --watch cliphist store
|
|
exec-once = wl-paste --type image --watch cliphist store
|
|
exec = swaybg -i /home/hadvart/Downloads/limbo.png -m fill
|
|
exec-once = swayosd-server
|
|
exec-once = kanshi
|
|
exec-once = /opt/activitywatch/aw-server/aw-server
|
|
exec-once = bash -c sleep 3 && aw-awatcher
|
|
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
|
exec-once = /usr/lib/xdg-desktop-portal
|
|
exec-once = dbus-update-activation-environment --all
|
|
exec-once = pipewire
|
|
exec-once = wireplumber
|
|
exec-once = pipewire-pulse#!/bin/bash
|