special workspaces
This commit is contained in:
parent
3d2aebef84
commit
aec7763929
2 changed files with 17 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ in {
|
||||||
activeOpacity = 1.0;
|
activeOpacity = 1.0;
|
||||||
inactiveOpacity = 1.0;
|
inactiveOpacity = 1.0;
|
||||||
|
|
||||||
|
dimSpecial = 0.4;
|
||||||
|
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
range = 4;
|
range = 4;
|
||||||
|
|
@ -163,6 +165,7 @@ in {
|
||||||
binds = {
|
binds = {
|
||||||
workspaceCenterOn = 1;
|
workspaceCenterOn = 1;
|
||||||
dragThreshold = 0;
|
dragThreshold = 0;
|
||||||
|
hideSpecialOnWorkspaceChange = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
ecosystem = {
|
ecosystem = {
|
||||||
|
|
|
||||||
|
|
@ -226,6 +226,13 @@ in {
|
||||||
params = "0 50";
|
params = "0 50";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
flags = [];
|
||||||
|
mods = ["SUPER"];
|
||||||
|
key = "grave";
|
||||||
|
dispatcher = "togglespecialworkspace";
|
||||||
|
params = "";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
flags = [];
|
flags = [];
|
||||||
mods = ["SUPER"];
|
mods = ["SUPER"];
|
||||||
|
|
@ -297,6 +304,13 @@ in {
|
||||||
params = "10";
|
params = "10";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
flags = [];
|
||||||
|
mods = ["SUPER" "SHIFT"];
|
||||||
|
key = "grave";
|
||||||
|
dispatcher = "movetoworkspace";
|
||||||
|
params = "special";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
flags = [];
|
flags = [];
|
||||||
mods = ["SUPER" "SHIFT"];
|
mods = ["SUPER" "SHIFT"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue