diff options
| author | subh <subh@subh.space> | 2026-04-03 14:47:03 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-04-03 14:47:03 +0530 |
| commit | 314d760de1922128124f2a9be0494fd4f6f7effb (patch) | |
| tree | 3f4bb374fc89be2b1cd4e2a0a21ae17d4bf83452 /hyprland/hyprland.conf | |
| parent | 0203dd4b8d45c663356f797c11be17fdec6f22f2 (diff) | |
new music bar, auto usb mounting and more
Diffstat (limited to 'hyprland/hyprland.conf')
| -rw-r--r-- | hyprland/hyprland.conf | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/hyprland/hyprland.conf b/hyprland/hyprland.conf index 0a692fc..7193445 100644 --- a/hyprland/hyprland.conf +++ b/hyprland/hyprland.conf @@ -9,13 +9,13 @@ monitor=HDMI-A-3,1920x1080@180,auto,1.0 # See https://wiki.hyprland.org/Configuring/Keywords/ # Set programs that you use -$terminal = ghostty +$terminal = kitty $fileManager = pcmanfm $menu = rofi -show drun -drun-reload-desktop-cache $reload_qs = pkill qs 2>&1; qs & $snip = hyprshot -m region --raw | satty --filename - $reload_hypr = hyprctl reload -$browser = firefox +$browser = librewolf $discord = discord @@ -195,6 +195,26 @@ windowrule { center = on } +windowrule { + name = rmpc-float + match:class = (?i).*rmpc-term.* + + float = on + size = 1400 900 + center = on +} + +windowrule { + name = yazi-float + match:class = (?i).*yazi-term.* + + float = on + size = 1400 900 + center = on +} + + + # Example windowrule v1 # windowrule = float, ^(kitty)$ @@ -202,5 +222,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 (firefox|librewolf|discord|sublime_text|com.mitchellh.ghostty|org.keepassxc.KeePassXC|burp-StartBurp) +windowrule = border_color rgb(f38ba8) rgb(313244), match:class (librewolf|discord|sublime_text|org.keepassxc.KeePassXC|burp-StartBurp|kitty) windowrule = suppress_event maximize, match:class .* # You'll probably like this. |
