diff options
| author | ryukamish <[email protected]> | 2026-06-03 18:15:23 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-03 18:15:23 +0530 |
| commit | 56562322d30f8b465cfa05abeaa3204d7a294f65 (patch) | |
| tree | 2af607668d592ae46d4f41a9a8946e418af99032 /niri | |
| parent | 7d96da108ff7f030ee6996e8f9c163c3defa83a1 (diff) | |
chore: cleanup
Diffstat (limited to 'niri')
| -rw-r--r-- | niri/cfg/autostart.kdl | 2 | ||||
| -rw-r--r-- | niri/cfg/looknfeel.kdl | 10 | ||||
| -rw-r--r-- | niri/cfg/misc.kdl | 3 | ||||
| -rw-r--r-- | niri/cfg/window-rules.kdl | 6 |
4 files changed, 5 insertions, 16 deletions
diff --git a/niri/cfg/autostart.kdl b/niri/cfg/autostart.kdl index b8ed5be..845b087 100644 --- a/niri/cfg/autostart.kdl +++ b/niri/cfg/autostart.kdl @@ -1,5 +1,3 @@ -spawn-sh-at-startup "systemctl --user start stasis" - spawn-at-startup "awww-daemon" spawn-at-startup "waybar" diff --git a/niri/cfg/looknfeel.kdl b/niri/cfg/looknfeel.kdl index 6d40bc3..fbee948 100644 --- a/niri/cfg/looknfeel.kdl +++ b/niri/cfg/looknfeel.kdl @@ -1,11 +1,3 @@ -animations { - // Uncomment to turn off all animations. - // off - - // Slow down all animations by this factor. Values below 1 speed them up instead. - // slowdown 3.0 -} - blur { on passes 5 @@ -14,7 +6,7 @@ blur { saturation 1.5 } -// Enable blur behind the Alacritty terminal. +// Enable blur behind the kitty terminal. window-rule { match app-id="^kitty$" match app-id="TUI.float" diff --git a/niri/cfg/misc.kdl b/niri/cfg/misc.kdl index e37b588..2cc96e9 100644 --- a/niri/cfg/misc.kdl +++ b/niri/cfg/misc.kdl @@ -7,14 +7,13 @@ screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" environment { QT_QPA_PLATFORM "wayland" QT_QPA_PLATFORMTHEME "kde" - QT_QPA_PLATFORMTHEME_QT6 "kde" + QT_WAYLAND_DISABLE_WINDOWDECORATION "1" XDG_MENU_PREFIX "plasma-" QT_AUTO_SCREEN_SCALE_FACTOR "1" QT_ENABLE_HIGHDPI_SCALING "1" QT_SCALE_FACTOR_ROUNDING_POLICY "RoundPreferFloor" ELECTRON_OZONE_PLATFORM_HINT "auto" - // For my scripts which requires TERMINAL variable to be set TERMINAL "kitty" } diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl index fe17bb4..17b8d03 100644 --- a/niri/cfg/window-rules.kdl +++ b/niri/cfg/window-rules.kdl @@ -18,7 +18,7 @@ window-rule { match app-id="google-chrome" match app-id="brave-browser" match app-id="librewolf" - match app-id="helium-browser" + match app-id="helium" open-maximized true } @@ -34,8 +34,8 @@ window-rule { match app-id="Wifitui" open-floating true - default-column-width { proportion 0.75; } - default-window-height { proportion 0.7; } + default-column-width { proportion 0.75; } + default-window-height { proportion 0.7; } } // Floating window rule for applications |
