feat: v0.1.0 #1
23
config.toml
23
config.toml
@@ -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,13 +125,16 @@ 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.
|
||||
# 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.
|
||||
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user