aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-14 00:18:33 +0200
committerpml68 <contact@pml68.me>2024-10-14 00:18:33 +0200
commit71b307317688f747ef45b7e4e2ee741ba7802de5 (patch)
tree9ee03fdfac2a1ea7b58884b17387690984768acc
parentfeat: update picom.conf using new sample config (diff)
downloadsuckless-setup-71b307317688f747ef45b7e4e2ee741ba7802de5.tar.gz
fix(laptop): patch file
Diffstat (limited to '')
-rw-r--r--laptop.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/laptop.diff b/laptop.diff
index 7206288..c02a8e2 100644
--- a/laptop.diff
+++ b/laptop.diff
@@ -57,7 +57,7 @@ index f5b4265..aec5a49 100644
/*
diff --git a/dwm/config.def.h b/dwm/config.def.h
-index a31694d..3056d00 100644
+index 1bdb869..16a134f 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -4,7 +4,7 @@
@@ -75,11 +75,11 @@ index a31694d..3056d00 100644
static const char *prtscrcmd[] = {"flameshot", "gui", NULL};
-static const char *kblayoutcmd[] = {"setxkbmap", "hu", NULL};
+static const char *kblayoutcmd[] = {"setxkbmap", "hu", "-option", "caps:escape", NULL};
- static const char *firefoxcmd[] = {"firefox", NULL};
+ static const char *firefoxcmd[] = {"zen-browser", NULL};
static const char *discordcmd[] = {"discord", NULL};
static const char *adbscreencmd[] = {"screenshot", NULL};
diff --git a/dwm/config.h b/dwm/config.h
-index a31694d..3056d00 100644
+index 1bdb869..16a134f 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -4,7 +4,7 @@
@@ -97,6 +97,6 @@ index a31694d..3056d00 100644
static const char *prtscrcmd[] = {"flameshot", "gui", NULL};
-static const char *kblayoutcmd[] = {"setxkbmap", "hu", NULL};
+static const char *kblayoutcmd[] = {"setxkbmap", "hu", "-option", "caps:escape", NULL};
- static const char *firefoxcmd[] = {"firefox", NULL};
+ static const char *firefoxcmd[] = {"zen-browser", NULL};
static const char *discordcmd[] = {"discord", NULL};
static const char *adbscreencmd[] = {"screenshot", NULL};