mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
34 lines
708 B
JSON
34 lines
708 B
JSON
{
|
|
"hyprland/window": {
|
|
"max-length": "40"
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
"active-only": false,
|
|
"all-outputs": true,
|
|
"disable-scroll": false,
|
|
"on-scroll-up": "hyprctl dispatch workspace -1",
|
|
"on-scroll-down": "hyprctl dispatch workspace +1",
|
|
"format": "{icon}",
|
|
"on-click": "activate",
|
|
"sort-by-number": true,
|
|
"persistent_workspaces": { "*": 9 },
|
|
"format-icons": {
|
|
"urgent": "",
|
|
"default": "",
|
|
"1": "",
|
|
"2": "",
|
|
"3": "",
|
|
"4": "",
|
|
"5": "",
|
|
"6": "",
|
|
"7": ""
|
|
}
|
|
},
|
|
|
|
"hyprland/language": {
|
|
"format": " {}",
|
|
"format-uk": "укр",
|
|
"format-en": "eng"
|
|
}
|
|
}
|