We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b687255 commit ee15cfcCopy full SHA for ee15cfc
cfg.def.h
@@ -43,8 +43,9 @@ static struct command test_commands[] = {
43
DEFCMD("t", "test command", "echo ok")
44
};
45
46
+
47
static struct command browser_commands[] = {
- DEFCMD("s", "chrome scaled", "chrome")
48
+ DEFCMD("s", "chrome scaled", "chromium --force-device-scale-factor=1.25")
49
DEFCMD("c", "chromium", "chromium")
50
DEFCMD("f", "firefox", "firefox")
51
DEFCMD("k", "kill chrome", "pkill --oldest chromium")
@@ -53,5 +54,5 @@ static struct command browser_commands[] = {
53
54
55
static struct command commands[] = {
56
DEFPREFIX("b", "browsers", browser_commands)
- DEFCMD("e", "emacs", "emacs-dev")
57
+ DEFCMD("e", "emacs", "emacs")
58
0 commit comments