diff --git a/.bashrc b/.bashrc index bcca33c..f5c9328 100644 --- a/.bashrc +++ b/.bashrc @@ -140,6 +140,7 @@ ex () } ### ALIASES ### + # navigation alias ..='cd ..' \ ...='cd ../..' diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index ad39291..5c2cf22 100755 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -11,8 +11,8 @@ " Since emacs is a GUI app and not a terminal app like vim, append the command " with an ampersand (&). -set vicmd=emacsclient\ -c\ & -" set vicmd=vim +" set vicmd=emacsclient\ -c\ & +set vicmd=vim " This makes vifm perform file operations on its own instead of relying on " standard utilities like `cp`. While using `cp` and alike is a more universal diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh index afc4ed4..73d0234 100755 --- a/.dwm/autostart.sh +++ b/.dwm/autostart.sh @@ -2,3 +2,4 @@ compton & nitrogen --restore & dwmblocks & +lxsession & diff --git a/dmenu/config.def.h b/dmenu/config.def.h index fcf051d..e7b0a0d 100644 --- a/dmenu/config.def.h +++ b/dmenu/config.def.h @@ -1,26 +1,32 @@ +/* ____ _____ */ +/* | _ \_ _| Derek Taylor (DistroTube) */ +/* | | | || | http://www.youtube.com/c/DistroTube */ +/* | |_| || | http://www.gitlab.com/dwt1/ */ +/* |____/ |_| */ + /* 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 */ static int centered = 0; /* -c option; centers dmenu on screen */ -static int min_width = 500; /* minimum width when centered */ +static int min_width = 600; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=10" + "Mononoki Nerd Font:size=9" }; -static const char *prompt = NULL; /* -p option; prompt to the left of input field */ +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" }, - [SchemeSelHighlight] = { "#ffc978", "#005577" }, - [SchemeNormHighlight] = { "#ffc978", "#222222" }, + [SchemeNorm] = { "#cccccc", "#282a36" }, + [SchemeSel] = { "#ffffff", "#924441" }, + [SchemeSelHighlight] = { "#d7d7d7", "#000000" }, + [SchemeNormHighlight] = { "#e78481", "#000000" }, [SchemeOut] = { "#000000", "#00ffff" }, - [SchemeMid] = { "#eeeeee", "#770000" }, + [SchemeMid] = { "#d7d7d7", "#1f2026" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; -static unsigned int lineheight = 0; /* -h option; minimum height of a menu line */ +static unsigned int lineheight = 22; /* -h option; minimum height of a menu line */ /* * Characters not considered part of a word while deleting words @@ -29,4 +35,5 @@ static unsigned int lineheight = 0; /* -h option; minimum height of a me static const char worddelimiters[] = " "; /* Size of the window border */ -static unsigned int border_width = 0; +static unsigned int border_width = 0; /* -bw option; to add border width */ + diff --git a/dmenu/config.h b/dmenu/config.h index d6554c5..d59cd10 100644 --- a/dmenu/config.h +++ b/dmenu/config.h @@ -1,3 +1,9 @@ +/* ____ _____ */ +/* | _ \_ _| Derek Taylor (DistroTube) */ +/* | | | || | http://www.youtube.com/c/DistroTube */ +/* | |_| || | http://www.gitlab.com/dwt1/ */ +/* |____/ |_| */ + /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ @@ -6,17 +12,17 @@ static int centered = 0; /* -c option; centers dmenu on scree static int min_width = 600; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Mononoki Nerd Font:size=10" + "Mononoki Nerd Font:size=9" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ - [SchemeNorm] = { "#bbc5ff", "#282a36" }, - [SchemeSel] = { "#282a36", "#82aaff" }, - [SchemeSelHighlight] = { "#82aaff", "#000000" }, - [SchemeNormHighlight] = { "#f1fa8c", "#000000" }, + [SchemeNorm] = { "#cccccc", "#282a36" }, + [SchemeSel] = { "#ffffff", "#924441" }, + [SchemeSelHighlight] = { "#d7d7d7", "#000000" }, + [SchemeNormHighlight] = { "#e78481", "#000000" }, [SchemeOut] = { "#000000", "#00ffff" }, - [SchemeMid] = { "#eeeeee", "#770000" }, + [SchemeMid] = { "#d7d7d7", "#1f2026" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; diff --git a/dmenu/dmenu b/dmenu/dmenu index cf90126..987e48c 100755 Binary files a/dmenu/dmenu and b/dmenu/dmenu differ diff --git a/dmenu/dmenu.o b/dmenu/dmenu.o index ab89603..53cac24 100644 Binary files a/dmenu/dmenu.o and b/dmenu/dmenu.o differ diff --git a/dmenu/drw.o b/dmenu/drw.o index 6220007..db93e5e 100644 Binary files a/dmenu/drw.o and b/dmenu/drw.o differ diff --git a/dmenu/stest b/dmenu/stest index 3ec07e4..60c69a1 100755 Binary files a/dmenu/stest and b/dmenu/stest differ diff --git a/dmenu/stest.o b/dmenu/stest.o index 437b258..f3d9192 100644 Binary files a/dmenu/stest.o and b/dmenu/stest.o differ diff --git a/dmenu/util.o b/dmenu/util.o index 336703c..59a0745 100644 Binary files a/dmenu/util.o and b/dmenu/util.o differ