Added some scripts I use,

Optimized keybinds and other settings,
Added a script to install my personaly preferred apps via yay
This commit is contained in:
2021-07-16 23:05:01 +02:00
parent ee94e5a967
commit 37f9d69162
7 changed files with 157 additions and 17 deletions

3
bin/magic-sysrq-enable Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
echo 1 | sudo tee /proc/sys/kernel/sysrq
exit