New opt-in feature for x86_64 desktops: sway + wofi + foot + swaybg +
swaylock + swayidle + grim + slurp + waybar + wl-clipboard. mako on
arch, dunst on debian (mako isn't packaged for debian).
Files:
- .chezmoi.yaml.tmpl: added data.sway flag (true on miche/byte/kaiser,
false on Pis). Override per host with ~/.config/chezmoi/features/sway
or ~/.config/chezmoi/features/no-sway marker files.
- run_once_40-install-sway.sh.tmpl: installs packages if .sway=true,
exits 0 otherwise. Sets up the marker file.
- dot_config/{sway,foot,wofi,waybar,mako}/: existing configs from miche.
Per-host toggle workflow:
# On any box, enable sway:
touch ~/.config/chezmoi/features/sway
chezmoi apply
# On a sway-enabled box, disable it:
touch ~/.config/chezmoi/features/no-sway
rm ~/.config/chezmoi/features/sway
chezmoi apply
Currently sway packages are already installed on miche (existed before
this commit). Byte will get them via the new run_once_40 script.
Pis (rye, crouton) are unaffected — install script early-returns.
12 lines
309 B
Text
12 lines
309 B
Text
# ~/.config/wofi/powermenu.config — plain INI, not rasi
|
|
# wofi's config format is INI. There is no rasi-style `configuration { }`
|
|
# block. The icon theme comes from gsettings / dconf, not from here.
|
|
|
|
location=top
|
|
yoffset=32
|
|
width=420
|
|
height=280
|
|
prompt=power
|
|
insensitive=true
|
|
hide_scroll=true
|
|
matching=exact
|