aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-09-28 11:43:05 +0200
committerpml68 <contact@pml68.me>2024-10-14 00:10:23 +0200
commitc18afc7bfb48352d6783de7f177d0cd1e5c39f7e (patch)
treeeb6ee50a5ff0e941965b774198190670629c2086 /README.md
parentfix(laptop): missing whitespace (diff)
downloadsuckless-setup-c18afc7bfb48352d6783de7f177d0cd1e5c39f7e.tar.gz
feat: switch to zen browser
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3edc63e..e569bbe 100644
--- a/README.md
+++ b/README.md
@@ -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
```