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