From efd13e9e073ca565fbddb757e840dcdd89c79777 Mon Sep 17 00:00:00 2001 From: subh Date: Sun, 25 Jan 2026 02:15:14 +0530 Subject: Added keybind for power profile toggling --- hyprland/hyprland.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hyprland/hyprland.conf b/hyprland/hyprland.conf index 5373707..49fd67e 100644 --- a/hyprland/hyprland.conf +++ b/hyprland/hyprland.conf @@ -13,9 +13,9 @@ $terminal = ghostty $fileManager = pcmanfm $menu = rofi -show drun -drun-reload-desktop-cache $reload_qs = pkill qs 2>&1; qs & -$snip = hyprshot -m region --clipboard-only +$snip = flameshot gui 2>/dev/null $reload_hypr = hyprctl reload -$browser = librewolf +$browser = firefox # Environment Variables @@ -38,7 +38,6 @@ exec-once = swayidle -w before-sleep '/opt/scripts/lock.sh' & exec-once = wl-paste --type text --watch cliphist store & exec-once = wl-paste --type image --watch cliphist store & exec-once = xwaylandvideobridge & - ############################# ### ENVIRONMENT VARIABLES ### ############################# @@ -51,7 +50,7 @@ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland - +env = QT_QPA_PLATFORMTHEME,qt6ct ##################### ### LOOK AND FEEL ### @@ -191,4 +190,6 @@ windowrule { # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ -windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. +#windowrulev2 = suppressevent maximize, class:^(firefox|code|jetbrains-.*|electron)$ +windowrule = border_color rgb(f38ba8) rgb(313244), match:class (firefox|librewolf|discord|sublime_text|com.mitchellh.ghostty|org.keepassxc.KeePassXC) +windowrule = suppress_event maximize, match:class .* # You'll probably like this. -- cgit v1.2.3