diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | dwm/config.def.h | 2 | ||||
| -rw-r--r-- | dwm/config.h | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -5,13 +5,13 @@ 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 Firefox + - Alt+Shift+F: Opens Zen Browser - PrtScr: Opens Flameshot ## Installation Install necessary packages (Arch Linux specific, other distros will differ) ```sh -sudo pacman -S picom feh flameshot ttf-jetbrains-mono-nerd qalculate-gtk +sudo pacman -S picom feh flameshot ttf-jetbrains-mono-nerd libqalculate ``` Clone the repo @@ -34,7 +34,7 @@ cp tmux -r ~/.config # Start tmux, and install necessary plugins with C-a I ``` -Build and install each program manually or with the included script +Build and install each suckless program manually or with the included script ```sh ./install.sh ``` diff --git a/dwm/config.def.h b/dwm/config.def.h index a31694d..1bdb869 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -80,7 +80,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[] = {"firefox", NULL}; +static const char *firefoxcmd[] = {"zen-browser", 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 a31694d..1bdb869 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -80,7 +80,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[] = {"firefox", NULL}; +static const char *firefoxcmd[] = {"zen-browser", NULL}; static const char *discordcmd[] = {"discord", NULL}; static const char *adbscreencmd[] = {"screenshot", NULL}; static const char *playpausecmd[] = {"adb", "shell", "input", |
