diff --git a/Makefile b/Makefile deleted file mode 100644 index e02bb7c..0000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -run: - startx ./xinitrc :0 vt2 - -run-root: - sudo startx ./xinitrc :0 vt2 diff --git a/xinitrc b/xinitrc deleted file mode 100644 index 4775a62..0000000 --- a/xinitrc +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -xset b off -xsetroot -solid darkslategrey -feh --bg-fill "/mnt/storage/rust/wm/starship.jpg" -xset r rate 250 30 -export RUST_BACKTRACE=1 -exec /mnt/storage/code/rust/wm/target/release/wm 2>&1 /home/user/.local/portlights.log