Updates
This commit is contained in:
7
modules/features/devenv.nix
Normal file
7
modules/features/devenv.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
flake.nixosModules.devenv = {pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.devenv
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -17,8 +17,10 @@
|
||||
#set drawbox true
|
||||
#set icons true
|
||||
set ignorecase true
|
||||
set scrolloff 10
|
||||
set cursorpreviewfmt "\033[7;2m"
|
||||
|
||||
cmd stripspace %stripscpase "$f"
|
||||
cmd stripspace %stripscpase "$f"
|
||||
|
||||
map "\""
|
||||
map o
|
||||
@@ -37,8 +39,8 @@
|
||||
map r reload
|
||||
map C clear
|
||||
map U unselect
|
||||
|
||||
map do drag-out
|
||||
|
||||
map g~ cd
|
||||
map gh cd
|
||||
map g/ /
|
||||
|
||||
@@ -71,6 +71,13 @@
|
||||
default-column-width = { proportion = 1.; };
|
||||
opacity = 1.;
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{ app-id = "zathura"; }
|
||||
{ app-id = "mpv"; }
|
||||
];
|
||||
opacity = 1.;
|
||||
}
|
||||
{
|
||||
matches = [ { app-id = "Alacritty"; } ];
|
||||
excludes = [ { is-focused = false; } ];
|
||||
|
||||
Reference in New Issue
Block a user