mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 01:18:26 +02:00
refactor: auto start apps on login via xdg-autostart (#242)
Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
// This is the main configuration file that includes all other config files
|
||||
include "./keybindings.kdl"
|
||||
include "./windowrules.kdl"
|
||||
include "./spawn-at-startup.kdl"
|
||||
include "./niri-hardware.kdl"
|
||||
include "./noctalia-shell.kdl"
|
||||
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
// 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.
|
||||
|
||||
// Terminal applications
|
||||
spawn-at-startup "foot"
|
||||
spawn-at-startup "alacritty"
|
||||
spawn-at-startup "ghostty"
|
||||
|
||||
// Network proxy
|
||||
spawn-at-startup "clash-verge"
|
||||
|
||||
// Web browsers
|
||||
spawn-at-startup "firefox"
|
||||
spawn-at-startup "google-chrome-stable"
|
||||
spawn-at-startup "chromium-browser"
|
||||
|
||||
// Communication applications
|
||||
spawn-at-startup "Telegram"
|
||||
Reference in New Issue
Block a user