Add autotiling

main
Micke Nordin 4 years ago
parent 064f685cf7
commit 8ed6b5436f

@ -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:

@ -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

Loading…
Cancel
Save