feat: v0.1.0 #1

Merged
dmitry merged 12 commits from dev into main 2025-12-27 12:05:30 +03:00
Showing only changes of commit 3e2d13b33b - Show all commits

View File

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