Compare commits

...

3 Commits

@ -141,7 +141,7 @@ in
v = "nvim"; v = "nvim";
r = "ranger"; r = "ranger";
rm = "trash-put"; rm = "trash-put";
emacs = "emacs -nw"; emacs = "emacsclient -nw";
}; };
# Change to directory when exiting ranger with Q # Change to directory when exiting ranger with Q
# https://github.com/ranger/ranger/issues/1554#issuecomment-491650123 # https://github.com/ranger/ranger/issues/1554#issuecomment-491650123

@ -1,8 +1,8 @@
{ pkgs, user, ... }: { pkgs, user, config, ... }:
let let
startpageDir = import ../startpage/dir.nix; startpageDir = import ../startpage/dir.nix;
startpage = "file:///home/${user}/${startpageDir}/index.html"; startpage = "file:///${config.home.homeDirectory}/${startpageDir}/index.html";
firefox-csshacks = pkgs.fetchFromGitHub { firefox-csshacks = pkgs.fetchFromGitHub {
owner = "MrOtherGuy"; owner = "MrOtherGuy";
repo = "firefox-csshacks"; repo = "firefox-csshacks";

@ -92,7 +92,7 @@ in with theme.colors; {
"Print" = "exec flameshot gui"; "Print" = "exec flameshot gui";
}; };
keycodebindings = { keycodebindings = {
"133" = "--release exec rofi -show run -theme"; "133" = "--release exec rofi -show drun -theme";
}; };
window.commands = [ window.commands = [
{ {

Loading…
Cancel
Save