From d983fa985c25505c440804d476fa2a3aba4db83d Mon Sep 17 00:00:00 2001 From: sophie Date: Mon, 29 Jul 2024 02:03:15 +0300 Subject: [PATCH] setgtktheme --- src/.config/hypr/hyprland.conf | 5 +++-- src/.config/hypr/setgtktheme.sh | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 src/.config/hypr/setgtktheme.sh diff --git a/src/.config/hypr/hyprland.conf b/src/.config/hypr/hyprland.conf index 51f5324..bdeac37 100644 --- a/src/.config/hypr/hyprland.conf +++ b/src/.config/hypr/hyprland.conf @@ -17,7 +17,7 @@ exec-once=~/.config/hypr/portal.sh exec-once=swww init && swww img ~/wallpaper.jpg exec-once=nm-applet exec-once=ags -exec-once=gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Latte-Standard-Pink-Light' +exec-once=~/.config/hypr/setgtktheme.sh exec=~/.config/hypr/import-gsettings.sh @@ -79,7 +79,7 @@ dwindle { } master { - new_is_master = true + new_status = master } gestures { @@ -147,3 +147,4 @@ windowrulev2 = noanim,class:^(xwaylandvideobridge)$ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$ windowrulev2 = noblur,class:^(xwaylandvideobridge)$ +windowrulev2 = suppressevent maximize, class:.* \ No newline at end of file diff --git a/src/.config/hypr/setgtktheme.sh b/src/.config/hypr/setgtktheme.sh new file mode 100755 index 0000000..078fc60 --- /dev/null +++ b/src/.config/hypr/setgtktheme.sh @@ -0,0 +1 @@ +gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Latte-Standard-Pink-Light' \ No newline at end of file