Added keybindings

This commit is contained in:
marc
2022-11-21 11:22:41 +01:00
parent 740f440400
commit ae6a2fafa3
5 changed files with 17 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ in
];
samfelag.modules.desktop.i3.extraKeybindings = lib.mkIf i3Cfg.enable {
"${i3Cfg.mod}+Control+3" = "exec ${pkgs.firefox}/bin/firefox";
"${i3Cfg.mod}+Shift+i" = "exec ${pkgs.firefox}/bin/firefox";
};
};
}

View File

@@ -14,7 +14,7 @@ in
];
samfelag.modules.desktop.i3.extraKeybindings = lib.mkIf i3Cfg.enable {
"${i3Cfg.mod}+Control+0" = "exec ${pkgs.spotify}/bin/spotify";
"${i3Cfg.mod}+Shift+m" = "exec ${pkgs.spotify}/bin/spotify";
};
};
}