aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/.xinitrc b/.xinitrc
deleted file mode 100644
index a0ba73b..0000000
--- a/.xinitrc
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-while true
-do
- status_name="`date` `uptime | sed 's/.*,//'`"
-
- # Set the status
- xsetroot -name "$status_name"
-
- sleep 1
-done &
-nvidia-settings -l
-feh --bg-fill /home/cori/Pictures/mountain-landscape-5120x2880-24317.jpg
-xset -dpms
-xset s off
-
-exec dwm