cosmic: update hm module
This commit is contained in:
parent
56dc76e1cf
commit
83c08c6d75
3 changed files with 7 additions and 7 deletions
|
|
@ -4,12 +4,12 @@
|
|||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (config.lib.cosmic) Actions;
|
||||
inherit (config.lib.cosmic) Actions mapBinds;
|
||||
in {
|
||||
programs.cosmic = {
|
||||
enable = true;
|
||||
input.asDefaults = true;
|
||||
input.binds = {
|
||||
input.binds = mapBinds {
|
||||
# Navigation
|
||||
Super. "h" = Actions.Focus "Left";
|
||||
Super. "l" = Actions.Focus "Right";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue