From 76d0274d1d210279d08298af70007f6b0435d327 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 13 Aug 2024 18:15:55 +0200 Subject: feat: update laptop patch file --- laptop.diff | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/laptop.diff b/laptop.diff index 2cb3f1c..24070b0 100644 --- a/laptop.diff +++ b/laptop.diff @@ -31,7 +31,7 @@ index 9eb7384..b9536b3 100644 }; diff --git a/st/config.def.h b/st/config.def.h -index 438dc96..56521ed 100644 +index f5b4265..aec5a49 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -5,7 +5,7 @@ @@ -44,7 +44,7 @@ index 438dc96..56521ed 100644 /* diff --git a/st/config.h b/st/config.h -index 438dc96..56521ed 100644 +index f5b4265..aec5a49 100644 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ @@ -57,10 +57,19 @@ index 438dc96..56521ed 100644 /* diff --git a/dwm/config.def.h b/dwm/config.def.h -index 31a82aa..95a2583 100644 +index a31694d..3056d00 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h -@@ -78,7 +78,7 @@ static const char *dmenucmd[] = { +@@ -4,7 +4,7 @@ + static const unsigned int borderpx = 0; /* border pixel of windows */ + static const unsigned int gappx = 15; /* gaps between windows */ + static const unsigned int snap = 32; /* snap pixel */ +-static const int showbar = 0; /* 0 means no bar */ ++static const int showbar = 1; /* 0 means no bar */ + static const int topbar = 1; /* 0 means bottom bar */ + static const int splitstatus = 1; /* 1 for split status items */ + static const char *splitdelim = ";"; /* Character used for separating status */ +@@ -79,7 +79,7 @@ static const char *dmenucmd[] = { "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL}; static const char *termcmd[] = {"st", NULL}; static const char *prtscrcmd[] = {"flameshot", "gui", NULL}; @@ -70,10 +79,19 @@ index 31a82aa..95a2583 100644 static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; diff --git a/dwm/config.h b/dwm/config.h -index 31a82aa..95a2583 100644 +index a31694d..3056d00 100644 --- a/dwm/config.h +++ b/dwm/config.h -@@ -78,7 +78,7 @@ static const char *dmenucmd[] = { +@@ -4,7 +4,7 @@ + static const unsigned int borderpx = 0; /* border pixel of windows */ + static const unsigned int gappx = 15; /* gaps between windows */ + static const unsigned int snap = 32; /* snap pixel */ +-static const int showbar = 0; /* 0 means no bar */ ++static const int showbar = 1; /* 0 means no bar */ + static const int topbar = 1; /* 0 means bottom bar */ + static const int splitstatus = 1; /* 1 for split status items */ + static const char *splitdelim = ";"; /* Character used for separating status */ +@@ -79,7 +79,7 @@ static const char *dmenucmd[] = { "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL}; static const char *termcmd[] = {"st", NULL}; static const char *prtscrcmd[] = {"flameshot", "gui", NULL}; -- cgit v1.2.3