first commit

This commit is contained in:
hdvt
2026-03-28 16:48:16 +00:00
commit 0c097ebf97
15478 changed files with 850272 additions and 0 deletions

21
scripts/execs-once.sh Normal file
View File

@@ -0,0 +1,21 @@
#!/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

0
scripts/execs.sh Normal file
View File