From 3cfa3e667731e47a0facb2b19fec8598984368c6 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Sat, 24 Jan 2026 16:17:16 +0100 Subject: change envvarrc, aliasrc, .profile --- .zprofile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .zprofile (limited to '.zprofile') diff --git a/.zprofile b/.zprofile deleted file mode 100644 index 8981dde..0000000 --- a/.zprofile +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# Filip's .profile - -# Set environmental variables -. /home/filipek/.config/shell/envvarrc - -# Autostart stuff on reboot -autostart="remaps slstatus xcompmgr xhidecursor" - -for program in $autostart; do - pidof -sx "$program" || "$program" & -done >/dev/null 2>&1 - -# Set wallpaper -xwallpaper --stretch "$HOME"/pix/wallpaper.jpg - -# Start graphical server on user's current tty if not already running. -[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC" -- cgit v1.2.3