diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 11:29:56 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 11:29:56 +0530 | 
| commit | c4a60d80d19faff202a68c6c3b0ad54762679257 (patch) | |
| tree | e6f5f38d5d9aac9979311405c32c2981427ae2f7 /config.def.h | |
| parent | c6e5f172a23a885c7ac3867d876026287b9cad64 (diff) | |
(patch): autostart.patch
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/config.def.h b/config.def.h index 9baccc5..bf9f43e 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,20 @@ static const float fullscreen_bg[]         = {0.1f, 0.1f, 0.1f, 1.0f}; /* You ca  /* logging */  static int log_level = WLR_ERROR; +/* Autostart */ +static const char *const autostart[] = { +        "wbg", "/etc/nixos/dist/wallpaper.jpg", NULL, +        "/etc/nixos/dist/bar.sh", NULL, +        "way-displays", NULL, +        "dunst", NULL, +        "swayidle", "before-sleep", "swaylock", "lock", "swaylock", NULL, +        "nm-applet", NULL, +        "blueman-applet", NULL, +        "systemctl", "--user", "import-environment", "DISPLAY", "WAYLAND_DISPLAY", NULL, +        NULL +}; + +  /* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */  static const Rule rules[] = {  	/* app_id             title       tags mask     isfloating   monitor */ | 
