Skip to content

Commit d421b88

Browse files
dmenu
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent c3f5944 commit d421b88

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

patches/dwm/dwm.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 18f9a4c102c12aea6e567501fcb003c4573c844a Mon Sep 17 00:00:00 2001
1+
From f0efc438a6fe55e4e99e1de9c71b0bd6fe55aa1c Mon Sep 17 00:00:00 2001
22
From: Andy-Python-Programmer <[email protected]>
3-
Date: Wed, 21 Dec 2022 12:20:18 +1100
3+
Date: Sat, 4 Feb 2023 14:49:42 +1100
44
Subject: [PATCH] <xxx>
55

66
---
@@ -9,7 +9,7 @@ Subject: [PATCH] <xxx>
99
2 files changed, 4 insertions(+), 4 deletions(-)
1010

1111
diff --git a/config.def.h b/config.def.h
12-
index 9efa774..ce9d766 100644
12+
index 9efa774..0d8130f 100644
1313
--- a/config.def.h
1414
+++ b/config.def.h
1515
@@ -57,8 +57,8 @@ static const Layout layouts[] = {
@@ -18,8 +18,8 @@ index 9efa774..ce9d766 100644
1818
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
1919
-static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
2020
-static const char *termcmd[] = { "st", NULL };
21-
+static const char *dmenucmd[] = { "alacritty", NULL };
22-
+static const char *termcmd[] = { "glxgears", NULL };
21+
+static const char *dmenucmd[] = { "dmenu_run", NULL };
22+
+static const char *termcmd[] = { "alacritty", NULL };
2323

2424
static const Key keys[] = {
2525
/* modifier key function argument */
@@ -39,5 +39,5 @@ index ef8acf7..3d7341e 100644
3939
# freetype
4040
FREETYPELIBS = -lfontconfig -lXft
4141
--
42-
2.38.1
42+
2.39.1
4343

src/aero_kernel/src/fs/inode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pub trait INodeInterface: Send + Sync {
162162
}
163163

164164
fn stat(&self) -> Result<aero_syscall::Stat> {
165-
Err(FileSystemError::NotSupported)
165+
Ok(aero_syscall::Stat::default())
166166
}
167167

168168
/// Creates a new dev inode with the provided `name` and the device `marker` in

0 commit comments

Comments
 (0)