mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
21 lines
784 B
Plaintext
21 lines
784 B
Plaintext
# DankMaterialShell — MangoWM configuration (managed by `dms setup`)
|
|
# Keybinds, colors, layout, outputs, cursor and window rules are pulled from the
|
|
# ./dms fragments below. Add your own binds/rules here; they sit alongside DMS's.
|
|
|
|
env=XDG_CURRENT_DESKTOP,mango
|
|
env=XDG_SESSION_TYPE,wayland
|
|
|
|
# exec-once runs only at startup. Do NOT use exec= for the shell: mango re-runs
|
|
# every exec= on each config reload, and DMS reloads the config, which would
|
|
# spawn a new shell on every reload. The tray watcher starts first so it owns
|
|
# the SNI name before dms and the tray apps come up.
|
|
exec-once=dms tray-watcher
|
|
exec-once=dms run
|
|
|
|
source=./dms/colors.conf
|
|
source=./dms/layout.conf
|
|
source=./dms/cursor.conf
|
|
source=./dms/outputs.conf
|
|
source=./dms/windowrules.conf
|
|
source=./dms/binds.conf
|