I'm actually sick in the head
This commit is contained in:
parent
80b3317804
commit
ec5c19ae8f
1 changed files with 2 additions and 2 deletions
|
@ -379,7 +379,7 @@ in {
|
||||||
"${mod}, B, togglespecialworkspace, btop"
|
"${mod}, B, togglespecialworkspace, btop"
|
||||||
(mkIf isAmdGpuPresent "${mod}, A, togglespecialworkspace, amdgpu_top")
|
(mkIf isAmdGpuPresent "${mod}, A, togglespecialworkspace, amdgpu_top")
|
||||||
"${mod}, V, togglespecialworkspace, pipewire"
|
"${mod}, V, togglespecialworkspace, pipewire"
|
||||||
"${mod}, N, togglespecialworkspace, nixos"
|
"${mod} SHIFT, N, togglespecialworkspace, nixos"
|
||||||
# rog button on laptop keyboard
|
# rog button on laptop keyboard
|
||||||
(mkIf config.services.asusd.enable ", XF86Launch1, togglespecialworkspace, rog")
|
(mkIf config.services.asusd.enable ", XF86Launch1, togglespecialworkspace, rog")
|
||||||
(mkIf config.services.asusd.enable "${mod}, R, togglespecialworkspace, rog")
|
(mkIf config.services.asusd.enable "${mod}, R, togglespecialworkspace, rog")
|
||||||
|
@ -400,7 +400,7 @@ in {
|
||||||
"${mod}, E, movefocus, d"
|
"${mod}, E, movefocus, d"
|
||||||
"${mod}, I, movefocus, u"
|
"${mod}, I, movefocus, u"
|
||||||
# monitor focus
|
# monitor focus
|
||||||
"${mod}, M, focusmonitor, l"
|
"${mod}, N, focusmonitor, l"
|
||||||
"${mod}, O, focusmonitor, r"
|
"${mod}, O, focusmonitor, r"
|
||||||
|
|
||||||
# keyboard brightness
|
# keyboard brightness
|
||||||
|
|
Loading…
Reference in a new issue