add swaync
This commit is contained in:
+4
-13
@@ -246,17 +246,6 @@ layout {
|
||||
}
|
||||
}
|
||||
|
||||
// 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.
|
||||
|
||||
// This line starts waybar, a commonly used bar for Wayland compositors.
|
||||
|
||||
|
||||
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
|
||||
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
|
||||
|
||||
hotkey-overlay {
|
||||
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
|
||||
skip-at-startup
|
||||
@@ -543,7 +532,8 @@ binds {
|
||||
// This bind corresponds to normal window maximizing,
|
||||
// e.g. by double-clicking on the titlebar.
|
||||
Mod+M { maximize-window-to-edges; }
|
||||
|
||||
|
||||
Mod+N { spawn "swaync-client" "-t" "-sw"; }
|
||||
// Expand the focused column to space not taken up by other fully visible columns.
|
||||
// Makes the column "fill the rest of the space".
|
||||
Mod+Ctrl+F { expand-column-to-available-width; }
|
||||
@@ -602,10 +592,11 @@ binds {
|
||||
|
||||
spawn-at-startup "waybar"
|
||||
spawn-at-startup "udiskie" "--tray"
|
||||
spawn-sh-at-startup "mako"
|
||||
spawn-at-startup "swaync"
|
||||
spawn-sh-at-startup "wl-paste --watch cliphist store"
|
||||
spawn-sh-at-startup "~/.config/scripts/set_wallpaper.sh"
|
||||
spawn-sh-at-startup "niriusd"
|
||||
spawn-sh-at-startup "vicinae server"
|
||||
|
||||
// forces running on nvidia card
|
||||
debug {
|
||||
|
||||
Reference in New Issue
Block a user