upd example config

This commit is contained in:
2025-12-27 12:01:41 +03:00
parent 53d38e7671
commit 3e2d13b33b

View File

@@ -10,15 +10,7 @@ dry_run = true
# set, then userctx will do nothing. # set, then userctx will do nothing.
# Uncomment apps below. # Uncomment apps below.
apps = [ apps = [
"niri",
"fuzzel",
"gtk",
"helix",
"kitty",
"mako",
"sway", "sway",
"swaybg",
"waybar",
"wofi", "wofi",
] ]
@@ -133,13 +125,16 @@ actions = [
# commonly used apps # commonly used apps
######################### #########################
[apps.niri] [apps.niri_old]
# Config for niri prior to 25.11.
# For current niri version which supports includes
# in the config just omit specific config options.
target_path = "~/.config/niri/configs" target_path = "~/.config/niri/configs"
# The snippet below is needed for niri 25.8 which did not # The snippet below is needed for niri 25.8 which did not
# support imports/includes in the config. I'm splitting # support imports/includes in the config. I'm splitting
# config into several parts and them concatenating them # config into several parts, putting those to ~/.config/niri/configs
# after applying changes to theme. The other parts are left intact. # and them concatenating them after applying changes to theme.
# Also note the custom target path above. It instructs userctx to # Also note the custom target path above. It instructs userctx to
# symlink configs found in the context dir to # symlink configs found in the context dir to
# ~/.config/niri/configs, which then get concatenated. # ~/.config/niri/configs, which then get concatenated.
@@ -179,6 +174,8 @@ reload = 'pkill -USR2 waybar'
# This config is for swaybg setup as s systemd service. # This config is for swaybg setup as s systemd service.
# Unit runs "swaybg -m fill -i "%h/.config/swaybg/wallpaper". # Unit runs "swaybg -m fill -i "%h/.config/swaybg/wallpaper".
# ~/.config/userctx/<context>/swaybg/ contains single file # ~/.config/userctx/<context>/swaybg/ contains single file
# called "wallpaper" which gets symlinked to ~/.config/swaybg/wallpaper # which gets symlinked to ~/.config/swaybg/wallpaper
target_path = '~/.config/swaybg' symlink."*" = "wallpaper"
reload = 'systemctl --user restart swaybg.service' reload = 'systemctl --user restart swaybg.service'