blob: de0c0a03f37ddb78bd57fd6ed49fdd2e26d3e3a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# suckless-setup
My personal suckless setup.
- Palenight color scheme and JetBrainsMono Nerd Font by default (colors from [Palenight VSCode Extension](https://github.com/whizkydee/vscode-palenight-theme/))
- Custom keybindings:
- Alt+Shift+D: Opens Discord
- Alt+Shift+F: Opens Firefox
- 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
```
Clone the repo
```sh
git clone https://github.com/pml68/suckless-setup
cd suckless-setup/
```
Replace config files
```sh
sudo cp picom.conf /etc/xdg/picom.conf
# optional
cp neofetch/config.conf ~/.config/neofetch/config.conf
cp vis -r ~/.config/ # for [cli-visualizer](https://github.com/dpayne/cli-visualizer)
```
Build and install each program manually or with the included script
```sh
./install.sh
```
Set the background
```sh
feh --bg-fill wallpaper.jpg
```
Update your .xinitrc file
```sh
# ...
~/.fehbg &
picom &
flameshot &
slstatus &
exec dwm
```
# Screenshot:

|