Add autotiling
This commit is contained in:
parent
064f685cf7
commit
8ed6b5436f
2 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||||
|
|
4
setup.sh
4
setup.sh
|
@ -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…
Add table
Reference in a new issue