update hyprland and add screencopy permissions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Polkit
|
||||
exec-once = systemctl --user start /nix/store/*-hyprpolkitagent-*/libexec/hyprpolkitagent
|
||||
# exec-once = systemctl --user start /nix/store/*-hyprpolkitagent-*/libexec/hyprpolkitagent
|
||||
|
||||
# Waybar
|
||||
exec-once = "GTK_THEME=Adwaita waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css"
|
||||
exec = "GTK_THEME=Adwaita waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css"
|
||||
|
||||
# Wallpaper
|
||||
exec-once = swww-daemon
|
||||
@@ -14,20 +14,19 @@ exec-once = dunst
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
# XDG Desktop Portal
|
||||
exec-once = bash ~/config/config/scripts/xdg.sh
|
||||
exec-once = bash ~/config/scripts/xdg.sh
|
||||
|
||||
# Set GTK Settings
|
||||
exec-once = bash ~/config/config/scripts/gtk.sh
|
||||
exec-once = bash ~/config/scripts/gtk.sh
|
||||
|
||||
# Start Hot Reload
|
||||
exec-once = sleep 1000 & bash ~/config/config/scripts/hot-reload.sh
|
||||
exec-once = "bash ~/config/scripts/hot-reload.sh"
|
||||
|
||||
# Start arRPC
|
||||
exec-once = arrpc
|
||||
|
||||
exec-once = equibop
|
||||
|
||||
# Hyprland Splash
|
||||
# exec-once = "sleep 5 && bun run scripts/bin/betterSplash.ts"
|
||||
exec-once = sleep 5 && notify-send "Welcome to Hyprland!" "$(hyprctl splash)"
|
||||
|
||||
# exec-once = nix-shell -p mpvpaper --command "mpvpaper -o \"no-audio loop loop-playlist\" HDMI-A-2 \"/home/ocbwoy3/Documents/Boykisser Chipi Chipi Full Animation [3sP6ZvlqJeE].webm\""
|
||||
|
||||
11
config/hypr/config/permissions.conf
Normal file
11
config/hypr/config/permissions.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
ecosystem {
|
||||
enforce_permissions = true
|
||||
}
|
||||
|
||||
permission = /nix/store/[A-Za-z0-9]+\-(wrapped-)?(grim|hyprlock|xdg-desktop-portal-hyprland|obs-studio)\-.*, screencopy, allow
|
||||
|
||||
# hyprlang noerror true
|
||||
|
||||
source = ~/config/.hyprfail.conf
|
||||
|
||||
# hyprland noerror false
|
||||
Reference in New Issue
Block a user