st as default terminal
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-30 05:16:20 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-30 05:16:20 +0200 |
| Commit | db782033f9410471bbcd63d22a2602f6e3ac8435 (patch) |
|
-rw-r--r-- |
config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/config.def.h b/config.def.h | |||
| ... | |||
| 44 | 44 | ||
| 45 | static Shortcut shortcuts[] = { |
45 | static Shortcut shortcuts[] = { |
| 46 | /* Mask KeySym Shell command */ |
46 | /* Mask KeySym Shell command */ |
| 47 | { MODKEY, XK_Return, "alacritty" }, |
47 | { MODKEY, XK_Return, "st -f 'Berkeley Mono:style=Bold:size=10' -g 110x60" }, |
| 48 | { ControlMask, XK_Escape, "sh -c 'maim -s | xclip -selection clipboard -t image/png'" }, |
48 | { ControlMask, XK_Escape, "sh -c 'maim -s | xclip -selection clipboard -t image/png'" }, |
| 49 | { MODKEY, XK_w, "brave --new-window" }, |
49 | { MODKEY, XK_w, "brave --new-window" }, |
| 50 | { MODKEY, XK_e, "thunar" }, |
50 | { MODKEY, XK_e, "thunar" }, |
| ... | |||