diff options
| author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-05-04 17:42:20 +0300 |
|---|---|---|
| committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-05-04 17:42:20 +0300 |
| commit | 12f6f4702e64d775ee1991d704dcb08d4e2704c4 (patch) | |
| tree | ac58a8ff5ce1a09011c7155f3be2a1c2d3ad5912 /dotfiles/.config/niri/config.kdl | |
| parent | 9c935d9d95496f6b0a05f719a4fd0b435ce54956 (diff) | |
| download | swayrice-12f6f4702e64d775ee1991d704dcb08d4e2704c4.tar.gz swayrice-12f6f4702e64d775ee1991d704dcb08d4e2704c4.zip | |
try out dank shell
Diffstat (limited to 'dotfiles/.config/niri/config.kdl')
| -rw-r--r-- | dotfiles/.config/niri/config.kdl | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index 0142dab..cd1f636 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -238,12 +238,6 @@ gestures { } } -// Add lines like this to spawn processes at startup. -// Note that running niri as a session supports xdg-desktop-autostart, -// which may be more convenient to use. -// See the binds section below for more spawn examples. -// spawn-at-startup "alacritty" "-e" "fish" - // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. // Additionally, clients will be informed that they are tiled, removing some client-side rounded corners. @@ -372,7 +366,9 @@ spawn-at-startup "blueman-applet" spawn-at-startup "bash" "-c" "GTK_IM_MODULE= fcitx5 -d" spawn-at-startup "xwayland-satellite" spawn-at-startup "setsessionenv" -spawn-at-startup "qs" "-c" "noctalia-shell" +// spawn-at-startup "qs" "-c" "noctalia-shell" +spawn-at-startup "dsearch" "serve" +spawn-at-startup "dms" "run" environment { DISPLAY ":0" @@ -383,7 +379,7 @@ environment { } // spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "gtk-theme" "Breeze" -spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "icon-theme" "Arc" +// spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "icon-theme" "Arc" spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "font-name" "monospace 10" spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "color-scheme" "prefer-dark" @@ -662,5 +658,10 @@ binds { } include "local.kdl" -include "noctalia.kdl" -include "noctalia-binds.kdl" +// include "noctalia.kdl" +// include "noctalia-binds.kdl" +include "dms/binds.kdl" +include "dms/colors.kdl" +include "dms/layout.kdl" +include "dms/cursor.kdl" +include "dms/wpblur.kdl" |
