mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +08:00
comment out/remove unnecessary stuff
This commit is contained in:
parent
f0f0f7b327
commit
546fe36923
17 changed files with 156 additions and 95 deletions
|
|
@ -48,10 +48,10 @@
|
|||
}) config.monitors;
|
||||
binds = with config.lib.niri.actions; {
|
||||
"Mod+Return".action = spawn "kitty";
|
||||
"Mod+Shift+Return".action = spawn [
|
||||
"ghostty"
|
||||
"--launched-from=desktop"
|
||||
];
|
||||
# "Mod+Shift+Return".action = spawn [
|
||||
# "ghostty"
|
||||
# "--launched-from=desktop"
|
||||
# ];
|
||||
"Mod+P".action = spawn [
|
||||
"sh"
|
||||
"-c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue