Honestly idk

This commit is contained in:
2026-01-07 00:25:02 +01:00
parent 347bbcdc55
commit f822e0efbd
6 changed files with 159 additions and 145 deletions

View File

@@ -54,6 +54,7 @@ input {
numlock
}
touchpad {
natural-scroll
}
mouse {
}
@@ -94,7 +95,7 @@ layout {
// You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between.
// preset-window-heights { }
// You can change the default width of the new windows.
default-column-width { proportion 0.5; }
default-column-width { proportion 0.66667; }
// If you leave the brackets empty, the windows themselves will decide their initial width.
// default-column-width {}
// By default focus ring and border are rendered as a solid background rectangle
@@ -140,6 +141,7 @@ overview {
spawn-at-startup "bash" "-c" "wl-paste --watch cliphist store &"
environment {
XDG_CURRENT_DESKTOP "niri"
QT_QPA_PLATFORMTHEME "qt6ct"
}
hotkey-overlay {
skip-at-startup
@@ -204,11 +206,11 @@ window-rule {
open-floating false
}
window-rule {
match app-id=r#"^gnome-calculator$"#
match app-id=r#"^galculator$"#
match app-id=r#"^blueman-manager$"#
match app-id=r#"^org\.gnome\.Nautilus$"#
match app-id=r#"^steam$"#
// match app-id=r#"^gnome-calculator$"#
// match app-id=r#"^galculator$"#
// match app-id=r#"^blueman-manager$"#
// match app-id=r#"^org\.gnome\.Nautilus$"#
// match app-id=r#"^steam$"#
match app-id=r#"^xdg-desktop-portal$"#
open-floating true
}

View File

@@ -1,4 +1,16 @@
binds {
Mod+E repeat=false { spawn "nautilus"; }
xF86AudioPlay {
spawn-sh "dms ipc call mpris playPause";
}
xF86AudioNext {
spawn-sh "dms ipc call mpris next";
}
xF86AudioPrev {
spawn-sh "dms ipc call mpris previous";
}
// === System & Overview ===
Mod+D repeat=false { toggle-overview; }
Mod+Tab repeat=false { toggle-overview; }

View File

@@ -2,15 +2,15 @@ layout {
background-color "transparent"
focus-ring {
active-color "#d2bcfd"
inactive-color "#948f99"
urgent-color "#ffb4ab"
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
}
border {
active-color "#d2bcfd"
inactive-color "#948f99"
urgent-color "#ffb4ab"
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
}
shadow {
@@ -18,19 +18,19 @@ layout {
}
tab-indicator {
active-color "#d2bcfd"
inactive-color "#948f99"
urgent-color "#ffb4ab"
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
}
insert-hint {
color "#d2bcfd80"
color "#e91e6380"
}
}
recent-windows {
highlight {
active-color "#4f3d74"
urgent-color "#ffb4ab"
active-color "#4a0e2f"
urgent-color "#f2b8b5"
}
}