oops forgot
This commit is contained in:
parent
6244018977
commit
b65e733c8e
1 changed files with 8 additions and 4 deletions
|
@ -146,7 +146,8 @@ in {
|
|||
"special:amdgpu_top, decorate:false"
|
||||
"special:pipewire, decorate:false"
|
||||
"special:nixos, decorate:false"
|
||||
"special:rog, decorate:false"
|
||||
(mkIf config.services.asusd.enable
|
||||
"special:rog, decorate:false")
|
||||
"special:keepassxc, decorate:false"
|
||||
];
|
||||
|
||||
|
@ -265,7 +266,8 @@ in {
|
|||
"size 70% 70%, class:^(code), title: ^(Open*)"
|
||||
"center, class: ^(code), title: ^(Open*)"
|
||||
"float, class:^(org.keepassxc.KeePassXC)$"
|
||||
"size 960 670, title:^(ROG Control Center)$"
|
||||
(mkIf config.services.asusd.enable
|
||||
"size 960 670, title:^(ROG Control Center)$")
|
||||
|
||||
(mkIf (cfg.tearing && osuCfg.enable)
|
||||
"immediate, class:^(osu!)$")
|
||||
|
@ -331,8 +333,10 @@ in {
|
|||
"$mainMod, V, togglespecialworkspace, pipewire"
|
||||
"$mainMod, N, togglespecialworkspace, nixos"
|
||||
# rog button on laptop keyboard
|
||||
", XF86Launch1, togglespecialworkspace, rog"
|
||||
"$mainMod, R, togglespecialworkspace, rog"
|
||||
(mkIf config.services.asusd.enable
|
||||
", XF86Launch1, togglespecialworkspace, rog")
|
||||
(mkIf config.services.asusd.enable
|
||||
"$mainMod, R, togglespecialworkspace, rog")
|
||||
"$mainMod, X, togglespecialworkspace, keepassxc"
|
||||
"$mainMod, C, exec, ${swaylock}/bin/swaylock"
|
||||
# toggle waybar
|
||||
|
|
Loading…
Reference in a new issue