Improve special workspace magicman
Some checks failed
pre-commit / pre-commit (push) Failing after 17s
Some checks failed
pre-commit / pre-commit (push) Failing after 17s
This commit is contained in:
parent
c4c5502f19
commit
9607c002a6
@ -72,11 +72,13 @@
|
|||||||
"borderangle, 1, 8, default"
|
"borderangle, 1, 8, default"
|
||||||
"fade, 1, 7, default"
|
"fade, 1, 7, default"
|
||||||
"workspaces, 1, 6, default"
|
"workspaces, 1, 6, default"
|
||||||
|
"specialWorkspace, 1, 4, default, fade"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
dwindle = {
|
dwindle = {
|
||||||
pseudotile = true;
|
pseudotile = true;
|
||||||
preserve_split = true;
|
preserve_split = true;
|
||||||
|
special_scale_factor = 0.85;
|
||||||
};
|
};
|
||||||
master.new_is_master = true;
|
master.new_is_master = true;
|
||||||
misc = {
|
misc = {
|
||||||
@ -112,7 +114,7 @@
|
|||||||
"$mainMod,P,exec,rofi-rbw"
|
"$mainMod,P,exec,rofi-rbw"
|
||||||
|
|
||||||
# hyprlock
|
# hyprlock
|
||||||
"$shiftMainMod,l,exec,hyprlock"
|
"$shiftMainMod,l,exec,lockhelper"
|
||||||
|
|
||||||
# hyprland
|
# hyprland
|
||||||
"$mainMod,Q,killactive,"
|
"$mainMod,Q,killactive,"
|
||||||
@ -148,6 +150,10 @@
|
|||||||
"$mainMod,4,workspace,4"
|
"$mainMod,4,workspace,4"
|
||||||
"$mainMod,5,workspace,5"
|
"$mainMod,5,workspace,5"
|
||||||
"$mainMod,6,workspace,6"
|
"$mainMod,6,workspace,6"
|
||||||
|
|
||||||
|
# Special workspace
|
||||||
|
"$mainMod,c,togglespecialworkspace"
|
||||||
|
"$shiftMainMod,c,movetoworkspace, special"
|
||||||
];
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
|
Loading…
Reference in New Issue
Block a user