Experiments~

This commit is contained in:
Akko
2022-03-21 21:37:39 +01:00
parent fe807c99cc
commit 1dca4b0d58
23 changed files with 1379 additions and 161 deletions

7
org/snippets.org Normal file
View File

@@ -0,0 +1,7 @@
#+TITLE: Snippets
* X11
** Reset xrandr
#+BEGIN_SRC bash
xrandr -s 0
#+END_SRC