mirror of
https://github.com/Snigdha-OS/snigdhaos-hyprland-config.git
synced 2025-09-23 21:15:00 +02:00
18 lines
563 B
JSON
18 lines
563 B
JSON
"hyprland/window": {
|
|
"format": " {}",
|
|
"rotate": ${r_deg},
|
|
"separate-outputs": true,
|
|
"rewrite": {
|
|
"${USER}@${set_sysname}:(.*)": "$1 ",
|
|
"(.*) — Mozilla Firefox": "$1 ",
|
|
"(.*)Mozilla Firefox": "Firefox ",
|
|
"(.*) - Visual Studio Code": "$1 ",
|
|
"(.*)Visual Studio Code": "Code ",
|
|
"(.*) — Dolphin": "$1 ",
|
|
"(.*)Spotify": "Spotify ",
|
|
"(.*)Steam": "Steam "
|
|
},
|
|
"max-length": 50
|
|
},
|
|
|