hyprland lua update

This commit is contained in:
RafayAhmad7548 2026-06-18 14:23:23 +05:00
parent 6cb5696eb5
commit 12ec4d920a
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
4 changed files with 298 additions and 3 deletions

View file

@ -12,10 +12,10 @@ monitor=HDMI-A-1,1920x1080@60,0x0,1,mirror,eDP-1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch
exec-once = systemctl --user start hyprland-session.target
exec-once = hypridle
exec-once = waybar
exec-once = clipse -listen
exec-once = swaync
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = eww daemon
@ -38,7 +38,7 @@ $menu = ~/Stuff/scripts/rofiFocus.sh
env = XCURSOR_SIZE,24
env = XCURSOR_THEME,mytheme
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
env = GTK_THEME, Adwaita-dark
env = GTK_THEME,Adwaita-dark
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
@ -109,7 +109,7 @@ animations {
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
# pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this
}