summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hyprland/hyprland.conf11
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.