Add autotiling

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

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

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

Loading…
Cancel
Save