mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update
This commit is contained in:
parent
0d2b7d6ba3
commit
7cf1432163
50 changed files with 1576 additions and 977 deletions
|
|
@ -1,16 +1,40 @@
|
|||
# [Berry](https://berrywm.org)
|
||||
|
||||

|
||||
-------------------------
|
||||
|
||||
---
|
||||
Install `sxhkd`
|
||||
~~~bash
|
||||
sudo pacman -S sxhkd
|
||||
~~~
|
||||
|
||||
Install `berry` from source
|
||||
~~~bash
|
||||
sudo pacman -S libx11 libxft libxinerama
|
||||
git clone https://github.com/JLErvin/berry
|
||||
cd berry
|
||||
make && sudo make install
|
||||
~~~
|
||||
|
||||
Add berry in lightdm
|
||||
~~~bash
|
||||
sudo cat <<EOF > /usr/share/xsessions/berry.desktop
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=berry
|
||||
Comment=berry - a small window manager
|
||||
Exec=berry
|
||||
Type=XSession
|
||||
EOF
|
||||
~~~
|
||||
|
||||
### Autostart
|
||||
~~~bash
|
||||
setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps"
|
||||
sxhkd -c ~/.config/berry/sxhkdrc &
|
||||
picom -b &
|
||||
~/.config/berry/polybar/bar.sh &
|
||||
nitrogen --restore &
|
||||
setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps"
|
||||
picom -b &
|
||||
~~~
|
||||
|
||||
### Keybindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue