3 home.file.".xmonad/xmobar.hs".source = xmonad/xmobar.hs;
6 scriptPath = ".hm-xsession";
9 ${pkgs.xorg.xsetroot}/bin/xsetroot -solid black -fg black -bg white -cursor_name left_ptr
10 ${pkgs.rxvt-unicode}/bin/urxvtd -f -o
11 ${pkgs.copyq}/bin/copyq &
12 ${pkgs.pasystray}/bin/pasystray &
14 windowManager.xmonad = {
16 inherit (pkgs) haskellPackages;
17 extraPackages = haskellPackages: [
18 haskellPackages.data-default
20 enableContribAndExtras = true;
21 config = xmonad/xmonad.hs;
27 pkgs.ffmpegthumbnailer
32 pkgs.mate.caja-with-extensions
33 #(pkgs.writeShellScriptBin "mate-terminal" ''exec ${pkgs.rxvt-unicode}/bin/urxvtc -hold "$@"'')
44 xresources.properties = {
45 "Xft.antialias" = true;
47 "Xft.hintstyle" = "hintfull";
49 #"Xft.embolden" = true;