Add autotiling

This commit is contained in:
Micke Nordin 2020-11-16 22:17:26 +01:00
parent 064f685cf7
commit 8ed6b5436f
2 changed files with 5 additions and 0 deletions

View file

@ -274,6 +274,7 @@ input * xkb_layout "se"
# Manual autostart non graphical
exec mount ~/nextcloud/
exec autotiling
# Manual autostart graphical
exec foot
for_window [class="foot"] move to workspace 1:

View file

@ -44,6 +44,7 @@ sudo apt install \
nm-tray \
pass \
pavucontrol \
python3-pip \
qutebrowser \
ranger \
ripgrep \
@ -168,6 +169,9 @@ meson build
ninja -C build
sudo ninja -C build install
# Autotiling
sudo -H pip install autotiling
#ncspot
cd ~/sources
git clone https://github.com/hrkfdn/ncspot.git