Initialize repository, adding makefile, packages list, config and colorscheme for vim, config for sway and wofi, scripts for automatic loading of sway via systemd.

This commit is contained in:
Ananke 2024-04-25 20:22:58 +02:00
commit 57bdfa3aff
15 changed files with 765 additions and 0 deletions

10
startscript.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
# Autostart Sway via Systemd
/bin/systemctl enable sway.service
/bin/systemctl start sway.service
#/bin/systemctl daemon-reload
# download bumblebee
mkdir -p /usr/bin/bumbleebee
git clone https://git.kraut.space/l.behm/bumblebee-status.git /usr/bin/bumblebee/