hosts/artemis: fix upgrade
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m5s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m5s
This commit is contained in:
@@ -160,7 +160,7 @@ in
|
||||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --sessions ${desktops}/share/xsessions:${desktops}/share/wayland-sessions";
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --time --sessions ${desktops}/share/xsessions:${desktops}/share/wayland-sessions";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -196,9 +196,9 @@ in
|
||||
|
||||
"Mod+y".action = toggle-column-tabbed-display;
|
||||
|
||||
"Print".action = screenshot;
|
||||
"Ctrl+Print".action = screenshot-screen { };
|
||||
"Alt+Print".action = screenshot-window;
|
||||
# "Print".action = screenshot;
|
||||
# "Ctrl+Print".action = screenshot-screen { };
|
||||
# "Alt+Print".action = screenshot-window;
|
||||
|
||||
"Mod+Escape" = {
|
||||
action = toggle-keyboard-shortcuts-inhibit;
|
||||
|
||||
Reference in New Issue
Block a user