diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-03-18 22:37:09 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-03-18 22:37:09 +0000 |
| commit | 6a442a9686282242fc099b4c769019d3623432f6 (patch) | |
| tree | 7d6270cc574784e291fd533f63a7933603616e41 /.xinitrc | |
| parent | 64bef35f1ec1a88203bff4eae35a3d96ccd77c2f (diff) | |
Patched in play/pause button on keyboard
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 17 |
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 |
