fix hyprland config
This commit is contained in:
parent
b7f190fd94
commit
5ca2070f3c
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 0;
|
gaps_in = 0;
|
||||||
gaps_out = 0;
|
gaps_out = 0;
|
||||||
boarder_size = 1;
|
border_size = 1;
|
||||||
"col.active_border" = "rgba(22ccffee) rgba(00ff99ee) 45deg";
|
"col.active_border" = "rgba(22ccffee) rgba(00ff99ee) 45deg";
|
||||||
"col.inactive_border" = "rgba(595959aa)";
|
"col.inactive_border" = "rgba(595959aa)";
|
||||||
layout = "master";
|
layout = "master";
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"windowsOut, 1, 7, default, popin 80%"
|
"windowsOut, 1, 7, default, popin 80%"
|
||||||
"border, 1, 8, default"
|
"border, 1, 8, default"
|
||||||
"fade, 1, 7, default"
|
"fade, 1, 7, default"
|
||||||
"workspace, 1, 6, default"
|
"workspaces, 1, 6, default"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
master = {
|
master = {
|
||||||
|
@ -69,8 +69,8 @@
|
||||||
"$mainMod, Space, layoutmsg, swapwithmaster auto"
|
"$mainMod, Space, layoutmsg, swapwithmaster auto"
|
||||||
"$mainMod, N, layoutmsg, cyclenext"
|
"$mainMod, N, layoutmsg, cyclenext"
|
||||||
"$mainMod, R, layoutmsg, cycleprev"
|
"$mainMod, R, layoutmsg, cycleprev"
|
||||||
"$mainMod, S, togglespecialwokspace, magic"
|
"$mainMod, S, togglespecialworkspace, magic"
|
||||||
"$mainMod, SHIFT, S, movetoworkspace, special:magic"
|
"$mainMod SHIFT, S, movetoworkspace, special:magic"
|
||||||
]
|
]
|
||||||
++ (builtins.concatLists (
|
++ (builtins.concatLists (
|
||||||
builtins.genList (
|
builtins.genList (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue