mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Compare commits
No commits in common. "80b36c62e07ef88d2c989520c7d4ca270d2ffd21" and "071a73070147e66aac3bc51c4e1c092fa9432dbe" have entirely different histories.
80b36c62e0
...
071a730701
@ -38,7 +38,6 @@
|
|||||||
kdePackages.kio-extras
|
kdePackages.kio-extras
|
||||||
kdePackages.gwenview
|
kdePackages.gwenview
|
||||||
kdePackages.filelight
|
kdePackages.filelight
|
||||||
kdePackages.kdenlive
|
|
||||||
qalculate-qt
|
qalculate-qt
|
||||||
mission-center
|
mission-center
|
||||||
(pkgs.wrapOBS {
|
(pkgs.wrapOBS {
|
||||||
|
|||||||
@ -202,7 +202,6 @@ in
|
|||||||
{ _args = [ "${mainMod} + P" (lib.generators.mkLuaInline "hl.dsp.window.pseudo()") ]; }
|
{ _args = [ "${mainMod} + P" (lib.generators.mkLuaInline "hl.dsp.window.pseudo()") ]; }
|
||||||
{ _args = [ "${mainMod} + J" (lib.generators.mkLuaInline "hl.dsp.layout(\"togglesplit\")") ]; }
|
{ _args = [ "${mainMod} + J" (lib.generators.mkLuaInline "hl.dsp.layout(\"togglesplit\")") ]; }
|
||||||
{ _args = [ "${mainMod} + F" (lib.generators.mkLuaInline "hl.dsp.window.fullscreen({ mode = 0, action = \"toggle\" })") ]; }
|
{ _args = [ "${mainMod} + F" (lib.generators.mkLuaInline "hl.dsp.window.fullscreen({ mode = 0, action = \"toggle\" })") ]; }
|
||||||
{ _args = [ "${mainMod} + R" (lib.generators.mkLuaInline "hl.dsp.window.fullscreen({ mode = 1, action = \"toggle\" })") ]; }
|
|
||||||
|
|
||||||
{ _args = [ "${mainMod} + left" (lib.generators.mkLuaInline "hl.dsp.focus({ direction = \"left\" })") ]; }
|
{ _args = [ "${mainMod} + left" (lib.generators.mkLuaInline "hl.dsp.focus({ direction = \"left\" })") ]; }
|
||||||
{ _args = [ "${mainMod} + right" (lib.generators.mkLuaInline "hl.dsp.focus({ direction = \"right\" })") ]; }
|
{ _args = [ "${mainMod} + right" (lib.generators.mkLuaInline "hl.dsp.focus({ direction = \"right\" })") ]; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user