diff options
| author | subh <subh@example.com> | 2026-01-25 02:15:14 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-01-25 02:15:14 +0530 |
| commit | efd13e9e073ca565fbddb757e840dcdd89c79777 (patch) | |
| tree | e4d45ecb082a7aa8a194b889f2a88ccc72bca8ee | |
| parent | 3d65c7c616991ec002f457bd235dad72e89af1c8 (diff) | |
Added keybind for power profile toggling
| -rw-r--r-- | hyprland/hyprland.conf | 11 |
1 files 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. |
