Skip to content

Commit ee15cfc

Browse files
committed
clean up example cfg
1 parent b687255 commit ee15cfc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cfg.def.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ static struct command test_commands[] = {
4343
DEFCMD("t", "test command", "echo ok")
4444
};
4545

46+
4647
static struct command browser_commands[] = {
47-
DEFCMD("s", "chrome scaled", "chrome")
48+
DEFCMD("s", "chrome scaled", "chromium --force-device-scale-factor=1.25")
4849
DEFCMD("c", "chromium", "chromium")
4950
DEFCMD("f", "firefox", "firefox")
5051
DEFCMD("k", "kill chrome", "pkill --oldest chromium")
@@ -53,5 +54,5 @@ static struct command browser_commands[] = {
5354

5455
static struct command commands[] = {
5556
DEFPREFIX("b", "browsers", browser_commands)
56-
DEFCMD("e", "emacs", "emacs-dev")
57+
DEFCMD("e", "emacs", "emacs")
5758
};

0 commit comments

Comments
 (0)