aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-06-20 20:08:34 +0200
committeruser@node5.net <user@node5.net>2026-06-20 20:08:34 +0200
commit3cdaf72139b7079f92ed85741c91579b5169f93d (patch)
treea785e84532bbee42c7c7878787e7e06711ccbee1
parent3e46ea38d7cc9f0dafcd3281c2efe0e8e48c28d6 (diff)
cmd back to cooler looking setup, smear cursor cmd
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c3343b9..e3c6722 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,7 +65,7 @@
setup =
''
require('smear_cursor').setup {
- smear_to_cmd = false;
+ -- smear_to_cmd = false;
}
'';
};
@@ -156,7 +156,7 @@
enable = true;
setupOpts = {
cmdline = {
- view = "cmdline"; # Get a classic cmdline at the bottom
+ # view = "cmdline"; # Get a classic cmdline at the bottom
};
};
};