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:
commit
57bdfa3aff
15 changed files with 765 additions and 0 deletions
10
startscript.sh
Normal file
10
startscript.sh
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue