diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-05-24 13:24:01 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-05-24 13:24:01 +0000 |
| commit | 23c83773c9030ce83000d1f5d995be25d089bad9 (patch) | |
| tree | 0b2abe011748e59a1a1568bccccc6d8936c07499 /dwm | |
| parent | d28cdd9028808993565f4aef8599373a3eb46821 (diff) | |
latest updates
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/dwm/README | 8 | ||||
| -rw-r--r-- | dwm/dwm/config.def.h | 4 | ||||
| -rw-r--r-- | dwm/dwm/config.h | 2 | ||||
| -rwxr-xr-x | dwm/dwm/dwm | bin | 73408 -> 73408 bytes | |||
| -rw-r--r-- | dwm/dwm/dwm.o | bin | 65800 -> 65944 bytes |
5 files changed, 13 insertions, 1 deletions
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 Binary files differindex 07c5594..080f9c9 100755 --- a/dwm/dwm/dwm +++ b/dwm/dwm/dwm diff --git a/dwm/dwm/dwm.o b/dwm/dwm/dwm.o Binary files differindex 8e2806b..6d87c5c 100644 --- a/dwm/dwm/dwm.o +++ b/dwm/dwm/dwm.o |
