dots/ags/settings.json

10 lines
268 B
JSON

{
"SHELL": "fish",
"IDLE_INHIBIT_SCRIPT": "$HOME/.config/hypr/scripts/idle-inhibitor.py",
"SWITCH_THEME_SCRIPT": "command -v darkman &>/dev/null && darkman toggle",
"NETWORK_INTERFACES": {
"wired": "enp0s31f6",
"wifi": "wlp4s0"
}
}