summaryrefslogtreecommitdiff
path: root/hyprland/hyprland.conf
diff options
context:
space:
mode:
authorsubh <subh@subh.space>2026-04-04 10:34:46 +0530
committersubh <subh@subh.space>2026-04-04 10:34:46 +0530
commit92811eb6050c2f2971c6ab8998b18d448ded35a0 (patch)
tree356e3fecdf88cb6728f6df5222733e1aa8547ec2 /hyprland/hyprland.conf
parent314d760de1922128124f2a9be0494fd4f6f7effb (diff)
Departure from catppuccin to gruvboxmain
Diffstat (limited to 'hyprland/hyprland.conf')
-rw-r--r--hyprland/hyprland.conf23
1 files changed, 19 insertions, 4 deletions
diff --git a/hyprland/hyprland.conf b/hyprland/hyprland.conf
index 7193445..6d3e2c1 100644
--- a/hyprland/hyprland.conf
+++ b/hyprland/hyprland.conf
@@ -9,8 +9,8 @@ monitor=HDMI-A-3,1920x1080@180,auto,1.0
# See https://wiki.hyprland.org/Configuring/Keywords/
# Set programs that you use
-$terminal = kitty
-$fileManager = pcmanfm
+$terminal = foot
+$fileManager = nemo
$menu = rofi -show drun -drun-reload-desktop-cache
$reload_qs = pkill qs 2>&1; qs &
$snip = hyprshot -m region --raw | satty --filename -
@@ -33,6 +33,7 @@ $CONFIG = /home/subh/.config
# exec-once = $terminal
# exec-once = nm-applet &
exec-once = qs &
+exec-once = foot --server
exec-once = dunst 2>/dev/null &
exec-once = awww-daemon & awww img $HOME/wallpapers/Arcade_decay_red.png
exec-once = swayidle -w before-sleep '/opt/scripts/lock.sh' &
@@ -62,7 +63,7 @@ env = QT_QPA_PLATFORMTHEME,qt6ct
# https://wiki.hyprland.org/Configuring/Variables/#general
general {
gaps_in = 5
- gaps_out = 5
+ gaps_out = 20
border_size = 1
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
@@ -205,6 +206,20 @@ windowrule {
}
windowrule {
+ name = foot
+ match:class = ^(foot)$
+ opacity = 0.85
+}
+
+windowrule {
+ name = floatpattern
+ match:class = (?i).*floatpattern.*
+
+ float = on
+ size = 600 100
+ center = on
+}
+windowrule {
name = yazi-float
match:class = (?i).*yazi-term.*
@@ -222,5 +237,5 @@ windowrule {
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
#windowrulev2 = suppressevent maximize, class:^(firefox|code|jetbrains-.*|electron)$
-windowrule = border_color rgb(f38ba8) rgb(313244), match:class (librewolf|discord|sublime_text|org.keepassxc.KeePassXC|burp-StartBurp|kitty)
+windowrule = border_color rgb(f38ba8) rgb(313244), match:class (librewolf|discord|sublime_text|org.keepassxc.KeePassXC|burp-StartBurp|foot)
windowrule = suppress_event maximize, match:class .* # You'll probably like this.