dwm config
This commit is contained in:
parent
e5fdc3585e
commit
2ea3474b1e
15 changed files with 48 additions and 9 deletions
23
hosts/vali/mars/dwm/dmenu-5.3/config.h
Normal file
23
hosts/vali/mars/dwm/dmenu-5.3/config.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
/* See LICENSE file for copyright and license details. */
|
||||
/* Default settings; can be overriden by command line. */
|
||||
|
||||
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||
static const char *fonts[] = {
|
||||
"monospace:size=18"
|
||||
};
|
||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
||||
[SchemeSel] = { "#eeeeee", "#005577" },
|
||||
[SchemeOut] = { "#000000", "#00ffff" },
|
||||
};
|
||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||
static unsigned int lines = 0;
|
||||
|
||||
/*
|
||||
* Characters not considered part of a word while deleting words
|
||||
* for example: " /?\"&[]"
|
||||
*/
|
||||
static const char worddelimiters[] = " ";
|
BIN
hosts/vali/mars/dwm/dmenu-5.3/dmenu
Executable file
BIN
hosts/vali/mars/dwm/dmenu-5.3/dmenu
Executable file
Binary file not shown.
BIN
hosts/vali/mars/dwm/dmenu-5.3/dmenu.o
Normal file
BIN
hosts/vali/mars/dwm/dmenu-5.3/dmenu.o
Normal file
Binary file not shown.
BIN
hosts/vali/mars/dwm/dmenu-5.3/drw.o
Normal file
BIN
hosts/vali/mars/dwm/dmenu-5.3/drw.o
Normal file
Binary file not shown.
9
hosts/vali/mars/dwm/dmenu-5.3/shell.nix
Normal file
9
hosts/vali/mars/dwm/dmenu-5.3/shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
gnumake
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
xorg.libXinerama
|
||||
];
|
||||
}
|
BIN
hosts/vali/mars/dwm/dmenu-5.3/stest
Executable file
BIN
hosts/vali/mars/dwm/dmenu-5.3/stest
Executable file
Binary file not shown.
BIN
hosts/vali/mars/dwm/dmenu-5.3/stest.o
Normal file
BIN
hosts/vali/mars/dwm/dmenu-5.3/stest.o
Normal file
Binary file not shown.
BIN
hosts/vali/mars/dwm/dmenu-5.3/util.o
Normal file
BIN
hosts/vali/mars/dwm/dmenu-5.3/util.o
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue