diff options
| author | pml68 <contact@pml68.dev> | 2025-09-03 00:26:14 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-03 00:27:02 +0200 |
| commit | 2e1ac9cd3542b8ac75fb169c8888577ee0a36f1d (patch) | |
| tree | 0c65fc1a56ea6e731dba7bdc039543b4656265ed | |
| parent | feat(st): add C-F keybind for running tmus (diff) | |
| download | suckless-setup-2e1ac9cd3542b8ac75fb169c8888577ee0a36f1d.tar.gz | |
feat: switch back to firefox
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | dwm/config.def.h | 2 | ||||
| -rw-r--r-- | dwm/config.h | 2 | ||||
| -rw-r--r-- | laptop.diff | 4 |
4 files changed, 5 insertions, 5 deletions
@@ -5,7 +5,7 @@ My personal suckless setup. - Rosé Pine color scheme and JetBrainsMono Nerd Font by default (colors from [Rosé Pine for st](https://github.com/rose-pine/st)) - General purpose keybindings: - Alt+Shift+D: Opens Discord - - Alt+Shift+F: Opens Zen Browser + - Alt+Shift+F: Opens Firefox - PrtScr: Opens Flameshot ## Dependencies diff --git a/dwm/config.def.h b/dwm/config.def.h index f584206..9f7e967 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -81,7 +81,7 @@ static const char *dmenucmd[] = { static const char *termcmd[] = {"st", NULL}; static const char *prtscrcmd[] = {"flameshot", "gui", NULL}; static const char *kblayoutcmd[] = {"setxkbmap", "hu", NULL}; -static const char *firefoxcmd[] = {"zen-browser", NULL}; +static const char *firefoxcmd[] = {"firefox", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; static const char *playpausecmd[] = {"adb", "shell", "input", diff --git a/dwm/config.h b/dwm/config.h index f584206..9f7e967 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -81,7 +81,7 @@ static const char *dmenucmd[] = { static const char *termcmd[] = {"st", NULL}; static const char *prtscrcmd[] = {"flameshot", "gui", NULL}; static const char *kblayoutcmd[] = {"setxkbmap", "hu", NULL}; -static const char *firefoxcmd[] = {"zen-browser", NULL}; +static const char *firefoxcmd[] = {"firefox", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; static const char *playpausecmd[] = {"adb", "shell", "input", diff --git a/laptop.diff b/laptop.diff index d1c2537..d214e14 100644 --- a/laptop.diff +++ b/laptop.diff @@ -69,7 +69,7 @@ index 1bdb869..16a134f 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[] = {"zen-browser", NULL}; + static const char *firefoxcmd[] = {"firefox", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; diff --git a/dwm/config.h b/dwm/config.h @@ -91,6 +91,6 @@ index 1bdb869..16a134f 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[] = {"zen-browser", NULL}; + static const char *firefoxcmd[] = {"firefox", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; |
