From 23c83773c9030ce83000d1f5d995be25d089bad9 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 24 May 2019 09:24:01 -0400 Subject: latest updates --- dwm/dwm/README | 8 ++++++++ dwm/dwm/config.def.h | 4 +++- dwm/dwm/config.h | 2 ++ dwm/dwm/dwm | Bin 73408 -> 73408 bytes dwm/dwm/dwm.o | Bin 65800 -> 65944 bytes 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 dwm/dwm/README (limited to 'dwm') diff --git a/dwm/dwm/README b/dwm/dwm/README new file mode 100644 index 0000000..cc9c1d5 --- /dev/null +++ b/dwm/dwm/README @@ -0,0 +1,8 @@ +# DWM + +* I start dwm with `startdwm` found in `dotfiles/Scripts/.config/Scripts/startdwm`. +* Patches can be found in `./patches/`. +* systray: `stalonetray`. + +## Installation +* `make && sudo make clean install` diff --git a/dwm/dwm/config.def.h b/dwm/dwm/config.def.h index 58c9148..98bbb3f 100644 --- a/dwm/dwm/config.def.h +++ b/dwm/dwm/config.def.h @@ -32,6 +32,8 @@ static const Rule rules[] = { { "keepassxc", NULL, NULL, 1 << 3, 0, -1 }, { "email", NULL, NULL, 1 << 8, 0, -1 }, { "stalonetray", NULL, NULL, 1 << 8, 1, -1 }, + { "zathura", NULL, NULL, 0, 0, -1 }, + { "Vivaldi-stable", NULL, NULL, 1 << 8, 0, 1 } }; /* layout(s) */ @@ -83,7 +85,7 @@ static const char *single_screen[] = { "screen.sh", "l", NULL }; static const char *shutdown[] = { "shutdown", "now", NULL }; static const char *suspend[] = { "lock.sh", "&&", "systemctl", "suspend", NULL }; static const char scratchpadname[] = "scratchpad"; -static const char *scratchpadcmd[] = { "st", "-c", scratchpadname, "-g", "120x34", NULL }; +static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *togglemute[] = { "pamixer", "--allow-boost", "-t", NULL }; static const char *visualizer[] = { "st", "-e", "ncmpcpp", "-s", "visualizer", NULL }; diff --git a/dwm/dwm/config.h b/dwm/dwm/config.h index 3dd4584..98bbb3f 100644 --- a/dwm/dwm/config.h +++ b/dwm/dwm/config.h @@ -32,6 +32,8 @@ static const Rule rules[] = { { "keepassxc", NULL, NULL, 1 << 3, 0, -1 }, { "email", NULL, NULL, 1 << 8, 0, -1 }, { "stalonetray", NULL, NULL, 1 << 8, 1, -1 }, + { "zathura", NULL, NULL, 0, 0, -1 }, + { "Vivaldi-stable", NULL, NULL, 1 << 8, 0, 1 } }; /* layout(s) */ diff --git a/dwm/dwm/dwm b/dwm/dwm/dwm index 07c5594..080f9c9 100755 Binary files a/dwm/dwm/dwm and b/dwm/dwm/dwm differ diff --git a/dwm/dwm/dwm.o b/dwm/dwm/dwm.o index 8e2806b..6d87c5c 100644 Binary files a/dwm/dwm/dwm.o and b/dwm/dwm/dwm.o differ -- cgit v1.2.3