diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-12-23 22:20:14 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-12-23 22:20:14 -0600 |
commit | f4b77c42ca78c5265c4754caeef5289e3841f5e9 (patch) | |
tree | bad69cda55721e2230d909b16d438f4472105db1 /x11/testtimmywm | |
parent | 63505f644d8f2bf8c9d4ca493048081f83532cf8 (diff) | |
download | scripts-f4b77c42ca78c5265c4754caeef5289e3841f5e9.tar.xz scripts-f4b77c42ca78c5265c4754caeef5289e3841f5e9.zip |
some youtube dl script and dmenu runapplication and test timmywm and modified other scripts idjlol
Diffstat (limited to 'x11/testtimmywm')
-rwxr-xr-x | x11/testtimmywm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/testtimmywm b/x11/testtimmywm new file mode 100755 index 0000000..330a328 --- /dev/null +++ b/x11/testtimmywm @@ -0,0 +1,6 @@ +#!/bin/sh + +Xephyr -br -ac -reset -screen 2160x1440 :1 & +sleep 1 +export DISPLAY=:1 +timmywm & |