aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]LICENSE0
-rwxr-xr-x[-rw-r--r--]Makefile0
-rwxr-xr-x[-rw-r--r--]README0
-rwxr-xr-x[-rw-r--r--]README.md0
-rwxr-xr-x[-rw-r--r--]config.def.h17
-rwxr-xr-x[-rw-r--r--]config.h28
-rwxr-xr-x[-rw-r--r--]config.mk0
-rwxr-xr-x[-rw-r--r--]drw.c0
-rwxr-xr-x[-rw-r--r--]drw.h0
-rwxr-xr-x[-rw-r--r--]drw.obin11296 -> 11296 bytes
-rwxr-xr-x[-rw-r--r--]dwm.10
-rwxr-xr-x[-rw-r--r--]dwm.c0
-rwxr-xr-x[-rw-r--r--]dwm.obin75192 -> 75192 bytes
-rwxr-xr-x[-rw-r--r--]dwm.pngbin373 -> 373 bytes
-rwxr-xr-x[-rw-r--r--]patches/dwm-adjacenttag-6.2.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-attachaside-6.4.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-center-6.2.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-deck-6.2.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-ewmhtags-6.2.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-hide_vacant_tags-6.4.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-preserveonrestart-6.3.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-removeborder-20220626-d3f93c7.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-restartsig-20180523-6.2.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-rotatestack-20161021-ab9571b.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-statuscmd-20241009-8933ebc.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-swallow-6.3.diff0
-rwxr-xr-x[-rw-r--r--]patches/dwm-xrdb-6.4.diff0
-rwxr-xr-x[-rw-r--r--]transient.c0
-rwxr-xr-x[-rw-r--r--]util.c0
-rwxr-xr-x[-rw-r--r--]util.h0
-rwxr-xr-x[-rw-r--r--]util.obin2400 -> 2400 bytes
31 files changed, 23 insertions, 22 deletions
diff --git a/LICENSE b/LICENSE
index 995172f..995172f 100644..100755
--- a/LICENSE
+++ b/LICENSE
diff --git a/Makefile b/Makefile
index ffa69b4..ffa69b4 100644..100755
--- a/Makefile
+++ b/Makefile
diff --git a/README b/README
index 95d4fd0..95d4fd0 100644..100755
--- a/README
+++ b/README
diff --git a/README.md b/README.md
index 8d8e5d1..8d8e5d1 100644..100755
--- a/README.md
+++ b/README.md
diff --git a/config.def.h b/config.def.h
index 724d52e..e0a0782 100644..100755
--- a/config.def.h
+++ b/config.def.h
@@ -32,14 +32,12 @@ static const Rule rules[] = {
/* class instance title tags mask iscentered isfloating isterminal noswallow monitor */
{ "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 },
{ "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 },
- { "Ghostty", NULL, NULL, 0, 0, 0, 1, 0, -1 },
- { "Urxvt", NULL, NULL, 0, 0, 0, 1, 0, -1 },
{ "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 },
{ "St", NULL, NULL, 0, 1, 1, 1, 1, -1 },
- { "Orage", NULL, NULL, 0, 0, 1, 0, 1, -1 },
{ "Galculator", NULL, NULL, 0, 1, 1, 0, 1, -1 },
{ "Nsxiv", NULL, NULL, 0, 1, 1, 0, 1, -1 },
{ "mpv", NULL, NULL, 0, 1, 1, 0, 1, -1 },
+ { "qpdfview", NULL, NULL, 0, 1, 1, 0, 1, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */
};
@@ -74,9 +72,9 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "dwm-terminal", NULL };
-static const char *webcmd[] = { "dwm-browser", NULL };
-static const char *menupower[] = { "dmenu-power", NULL };
-static const char *menuaudio[] = { "dmenu-audio", NULL };
+static const char *webcmd[] = { "dwm-browser", NULL };
+static const char *menupower[] = { "dmenu-power", NULL };
+static const char *menuaudio[] = { "dmenu-audio", NULL };
static const char *menusystem[] = { "dmenu-system", NULL };
static const char *scratch[] = { "st", "-g", "200x34", NULL };
@@ -123,9 +121,10 @@ static const Key keys[] = {
{ 0, XF86XK_AudioLowerVolume, spawn, SHCMD("dwm-audio volquieter") },
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("dwm-audio vollouder") },
{ 0, XF86XK_AudioMicMute, spawn, SHCMD("dwm-audio mictoggle") },
- { 0, XF86XK_MonBrightnessDown, spawn, SHCMD("brightnessctl set 10%-") },
- { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("brightnessctl set 10%+") },
- { 0, XF86XK_Launch1, spawn, SHCMD("dmenu-power") },
+ { 0, XF86XK_MonBrightnessDown, spawn, SHCMD("dwm-brightness -") },
+ { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("dwm-brightness +") },
+ { 0, XF86XK_Bluetooth, spawn, SHCMD("rfkill toggle bluetooth") },
+ { 0, XF86XK_WLAN, spawn, SHCMD("rfkill toggle wlan") },
{ 0, XK_Print, spawn, SHCMD("dwm-screenshot") },
{ 0, XK_Scroll_Lock, spawn, SHCMD("dwm-scale") },
TAGKEYS( XK_ampersand, 0)
diff --git a/config.h b/config.h
index 0e8e3e2..e0a0782 100644..100755
--- a/config.h
+++ b/config.h
@@ -30,20 +30,21 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask iscentered isfloating isterminal noswallow monitor */
- { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 },
{ "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 },
- { "Ghostty", NULL, NULL, 0, 0, 0, 1, 0, -1 },
- { "Orage", NULL, NULL, 0, 0, 1, 0, 1, -1 },
+ { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 },
+ { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 },
{ "St", NULL, NULL, 0, 1, 1, 1, 1, -1 },
{ "Galculator", NULL, NULL, 0, 1, 1, 0, 1, -1 },
- { "Yad", NULL, NULL, 0, 0, 1, 0, 1, -1 },
+ { "Nsxiv", NULL, NULL, 0, 1, 1, 0, 1, -1 },
+ { "mpv", NULL, NULL, 0, 1, 1, 0, 1, -1 },
+ { "qpdfview", NULL, NULL, 0, 1, 1, 0, 1, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */
};
/* layout(s) */
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
-static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
+static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
static const Layout layouts[] = {
@@ -70,12 +71,12 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
-static const char *termcmd[] = { "ghostty", NULL };
-static const char *webcmd[] = { "librewolf", NULL };
-static const char *menupower[] = { "dmenu-power", NULL };
-static const char *menuaudio[] = { "dmenu-audio", NULL };
+static const char *termcmd[] = { "dwm-terminal", NULL };
+static const char *webcmd[] = { "dwm-browser", NULL };
+static const char *menupower[] = { "dmenu-power", NULL };
+static const char *menuaudio[] = { "dmenu-audio", NULL };
static const char *menusystem[] = { "dmenu-system", NULL };
-static const char *scratch[] = { "st", "-g", "120x34", NULL };
+static const char *scratch[] = { "st", "-g", "200x34", NULL };
static const Key keys[] = {
/* modifier key function argument */
@@ -120,9 +121,10 @@ static const Key keys[] = {
{ 0, XF86XK_AudioLowerVolume, spawn, SHCMD("dwm-audio volquieter") },
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("dwm-audio vollouder") },
{ 0, XF86XK_AudioMicMute, spawn, SHCMD("dwm-audio mictoggle") },
- { 0, XF86XK_MonBrightnessDown, spawn, SHCMD("brightnessctl set 10%-") },
- { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("brightnessctl set 10%+") },
- { 0, XF86XK_Launch1, spawn, SHCMD("dmenu-power") },
+ { 0, XF86XK_MonBrightnessDown, spawn, SHCMD("dwm-brightness -") },
+ { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("dwm-brightness +") },
+ { 0, XF86XK_Bluetooth, spawn, SHCMD("rfkill toggle bluetooth") },
+ { 0, XF86XK_WLAN, spawn, SHCMD("rfkill toggle wlan") },
{ 0, XK_Print, spawn, SHCMD("dwm-screenshot") },
{ 0, XK_Scroll_Lock, spawn, SHCMD("dwm-scale") },
TAGKEYS( XK_ampersand, 0)
diff --git a/config.mk b/config.mk
index a933c0b..a933c0b 100644..100755
--- a/config.mk
+++ b/config.mk
diff --git a/drw.c b/drw.c
index 6be5dee..6be5dee 100644..100755
--- a/drw.c
+++ b/drw.c
diff --git a/drw.h b/drw.h
index bdbf950..bdbf950 100644..100755
--- a/drw.h
+++ b/drw.h
diff --git a/drw.o b/drw.o
index dbafb16..dbafb16 100644..100755
--- a/drw.o
+++ b/drw.o
Binary files differ
diff --git a/dwm.1 b/dwm.1
index 7b6cadb..7b6cadb 100644..100755
--- a/dwm.1
+++ b/dwm.1
diff --git a/dwm.c b/dwm.c
index 53ff6b2..53ff6b2 100644..100755
--- a/dwm.c
+++ b/dwm.c
diff --git a/dwm.o b/dwm.o
index 1318398..1318398 100644..100755
--- a/dwm.o
+++ b/dwm.o
Binary files differ
diff --git a/dwm.png b/dwm.png
index b1f9ba7..b1f9ba7 100644..100755
--- a/dwm.png
+++ b/dwm.png
Binary files differ
diff --git a/patches/dwm-adjacenttag-6.2.diff b/patches/dwm-adjacenttag-6.2.diff
index 6121f65..6121f65 100644..100755
--- a/patches/dwm-adjacenttag-6.2.diff
+++ b/patches/dwm-adjacenttag-6.2.diff
diff --git a/patches/dwm-attachaside-6.4.diff b/patches/dwm-attachaside-6.4.diff
index 17be6b5..17be6b5 100644..100755
--- a/patches/dwm-attachaside-6.4.diff
+++ b/patches/dwm-attachaside-6.4.diff
diff --git a/patches/dwm-center-6.2.diff b/patches/dwm-center-6.2.diff
index 0dfe156..0dfe156 100644..100755
--- a/patches/dwm-center-6.2.diff
+++ b/patches/dwm-center-6.2.diff
diff --git a/patches/dwm-deck-6.2.diff b/patches/dwm-deck-6.2.diff
index b5afed7..b5afed7 100644..100755
--- a/patches/dwm-deck-6.2.diff
+++ b/patches/dwm-deck-6.2.diff
diff --git a/patches/dwm-ewmhtags-6.2.diff b/patches/dwm-ewmhtags-6.2.diff
index 32abb8c..32abb8c 100644..100755
--- a/patches/dwm-ewmhtags-6.2.diff
+++ b/patches/dwm-ewmhtags-6.2.diff
diff --git a/patches/dwm-hide_vacant_tags-6.4.diff b/patches/dwm-hide_vacant_tags-6.4.diff
index 42d9c05..42d9c05 100644..100755
--- a/patches/dwm-hide_vacant_tags-6.4.diff
+++ b/patches/dwm-hide_vacant_tags-6.4.diff
diff --git a/patches/dwm-preserveonrestart-6.3.diff b/patches/dwm-preserveonrestart-6.3.diff
index 079cf05..079cf05 100644..100755
--- a/patches/dwm-preserveonrestart-6.3.diff
+++ b/patches/dwm-preserveonrestart-6.3.diff
diff --git a/patches/dwm-removeborder-20220626-d3f93c7.diff b/patches/dwm-removeborder-20220626-d3f93c7.diff
index 9193a77..9193a77 100644..100755
--- a/patches/dwm-removeborder-20220626-d3f93c7.diff
+++ b/patches/dwm-removeborder-20220626-d3f93c7.diff
diff --git a/patches/dwm-restartsig-20180523-6.2.diff b/patches/dwm-restartsig-20180523-6.2.diff
index f1f8680..f1f8680 100644..100755
--- a/patches/dwm-restartsig-20180523-6.2.diff
+++ b/patches/dwm-restartsig-20180523-6.2.diff
diff --git a/patches/dwm-rotatestack-20161021-ab9571b.diff b/patches/dwm-rotatestack-20161021-ab9571b.diff
index ed74c6d..ed74c6d 100644..100755
--- a/patches/dwm-rotatestack-20161021-ab9571b.diff
+++ b/patches/dwm-rotatestack-20161021-ab9571b.diff
diff --git a/patches/dwm-statuscmd-20241009-8933ebc.diff b/patches/dwm-statuscmd-20241009-8933ebc.diff
index 70de1bd..70de1bd 100644..100755
--- a/patches/dwm-statuscmd-20241009-8933ebc.diff
+++ b/patches/dwm-statuscmd-20241009-8933ebc.diff
diff --git a/patches/dwm-swallow-6.3.diff b/patches/dwm-swallow-6.3.diff
index 47586a0..47586a0 100644..100755
--- a/patches/dwm-swallow-6.3.diff
+++ b/patches/dwm-swallow-6.3.diff
diff --git a/patches/dwm-xrdb-6.4.diff b/patches/dwm-xrdb-6.4.diff
index 929b4e6..929b4e6 100644..100755
--- a/patches/dwm-xrdb-6.4.diff
+++ b/patches/dwm-xrdb-6.4.diff
diff --git a/transient.c b/transient.c
index 040adb5..040adb5 100644..100755
--- a/transient.c
+++ b/transient.c
diff --git a/util.c b/util.c
index 8e26a51..8e26a51 100644..100755
--- a/util.c
+++ b/util.c
diff --git a/util.h b/util.h
index c0a50d4..c0a50d4 100644..100755
--- a/util.h
+++ b/util.h
diff --git a/util.o b/util.o
index 26adb18..26adb18 100644..100755
--- a/util.o
+++ b/util.o
Binary files differ