zenix: fixes to cosmic exp hm module and git bclone opt passthru
This commit is contained in:
parent
cdd2897470
commit
9c6e2ac6bf
4 changed files with 39 additions and 31 deletions
|
|
@ -3,7 +3,7 @@
|
|||
in {
|
||||
programs.cosmic = {
|
||||
enable = true;
|
||||
input.defaultKeybindings = false;
|
||||
input.asDefaults = true;
|
||||
input.binds = {
|
||||
# Navigation
|
||||
Super. "h" = (Actions.Focus "Left");
|
||||
|
|
@ -34,7 +34,7 @@ in {
|
|||
Super. "d" = (Actions.Spawn config.programs.menu.drunCommand);
|
||||
Super. "Return" = (Actions.Spawn pkgs.alacritty);
|
||||
Super. "o" = (Actions.System "HomeFolder");
|
||||
Super.Shift. "s" = (Actions.Spawn "cosmic-screenshot");
|
||||
Super.Shift. "s" = (Actions.System "Screenshot");
|
||||
};
|
||||
background = {
|
||||
displays = {
|
||||
|
|
@ -43,21 +43,26 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
# panels = {
|
||||
# Panel = {
|
||||
# applets = {
|
||||
# start = [ "com.system76.CosmicAppletWorkspaces" ];
|
||||
# center = [ "com.system76.CosmicAppList" ];
|
||||
# end = [
|
||||
# "com.system76.CosmicAppletTime"
|
||||
# "com.system76.CosmicAppletAudio"
|
||||
# "com.system76.CosmicAppletNotifications"
|
||||
# "com.system76.CosmicAppletMinimize"
|
||||
# "com.system76.CosmicAppletPower"
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
panels = {
|
||||
"Bar" = {
|
||||
applets = {
|
||||
start = [ "com.system76.CosmicAppletWorkspaces" ];
|
||||
center = [ "com.system76.CosmicAppList" ];
|
||||
end = [
|
||||
"com.system76.CosmicAppletTime"
|
||||
"com.system76.CosmicAppletTiling"
|
||||
"com.system76.CosmicAppletAudio"
|
||||
"com.system76.CosmicAppletNotifications"
|
||||
"com.system76.CosmicAppletMinimize"
|
||||
"com.system76.CosmicAppletPower"
|
||||
];
|
||||
};
|
||||
options = {
|
||||
size = "XS";
|
||||
border_radius = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
"com.system76.CosmicComp".options = {
|
||||
autotile = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue