hyperlend
This commit is contained in:
@ -196,6 +196,18 @@ in {
|
|||||||
# # "col.text.urgent" = "0xff${config.lib.stylix.colors.base09}";
|
# # "col.text.urgent" = "0xff${config.lib.stylix.colors.base09}";
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
workspace = [
|
||||||
|
"1, defaultName:general"
|
||||||
|
"2, defaultName:browse"
|
||||||
|
"3, defaultName:chat"
|
||||||
|
"4, defaultName:code"
|
||||||
|
"5, defaultName:uni"
|
||||||
|
"6, defaultName:games"
|
||||||
|
"7, defaultName:sysadmin"
|
||||||
|
"8, defaultName:media"
|
||||||
|
"9, defaultName:bg"
|
||||||
|
# "10, defaultName:"
|
||||||
|
];
|
||||||
|
|
||||||
bindn = [", mouse:272, hy3:focustab, mouse"];
|
bindn = [", mouse:272, hy3:focustab, mouse"];
|
||||||
bind = [
|
bind = [
|
||||||
@ -352,10 +364,12 @@ in {
|
|||||||
"float, class:(nm-connection-editor)"
|
"float, class:(nm-connection-editor)"
|
||||||
"float, class:(.blueman-manager-wrapped)"
|
"float, class:(.blueman-manager-wrapped)"
|
||||||
# screenshot editor
|
# screenshot editor
|
||||||
"noanim, class:^(com.gabm.satty)$"
|
"noanim, class:com.gabm.satty"
|
||||||
"float, class:^(com.gabm.satty)$"
|
"float, class:com.gabm.satty"
|
||||||
"move 0 0, class:^(com.gabm.satty)$"
|
"rounding 0, class:com.gabm.satty"
|
||||||
"pin, class:^(com.gabm.satty)$"
|
"size 100% 100%, class:com.gabm.satty"
|
||||||
|
"move 0 0, class:com.gabm.satty"
|
||||||
|
"pin, class:com.gabm.satty"
|
||||||
## games
|
## games
|
||||||
"float, class:(com.mojang.minecraft.java-edition)"
|
"float, class:(com.mojang.minecraft.java-edition)"
|
||||||
"immediate, class:(com.mojang.minecraft.java-edition)"
|
"immediate, class:(com.mojang.minecraft.java-edition)"
|
||||||
@ -367,8 +381,12 @@ in {
|
|||||||
"float, class:(steam_app_1422450)"
|
"float, class:(steam_app_1422450)"
|
||||||
"fullscreen, class:(steam_app_1422450)"
|
"fullscreen, class:(steam_app_1422450)"
|
||||||
"immediate, class:(steam_app_1422450)"
|
"immediate, class:(steam_app_1422450)"
|
||||||
|
|
||||||
"immediate, initialTitle:(Ghostrunner)"
|
"immediate, initialTitle:(Ghostrunner)"
|
||||||
|
## workspace assignments
|
||||||
|
"workspace name:chat, class:org.telegram.desktop"
|
||||||
|
"workspace name:chat, class:org.signal.Signal"
|
||||||
|
"workspace name:chat, class:im.riot.Riot"
|
||||||
|
"workspace name:chat, class:WebCord"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
@ -483,15 +501,16 @@ in {
|
|||||||
"7" = "VII";
|
"7" = "VII";
|
||||||
"8" = "IIX";
|
"8" = "IIX";
|
||||||
"9" = "IX";
|
"9" = "IX";
|
||||||
"10" = "I";
|
"10" = "X";
|
||||||
"11" = "II";
|
general = "";
|
||||||
"12" = "III";
|
browse = "";
|
||||||
"13" = "IV";
|
chat = "";
|
||||||
"14" = "V";
|
code = "";
|
||||||
"15" = "VI";
|
uni = "";
|
||||||
"16" = "VII";
|
games = "";
|
||||||
"17" = "IIX";
|
sysadmin = "";
|
||||||
"18" = "IX";
|
media = "";
|
||||||
|
bg = "";
|
||||||
#focused = "";
|
#focused = "";
|
||||||
#active = "";
|
#active = "";
|
||||||
#default = "";
|
#default = "";
|
||||||
|
Reference in New Issue
Block a user