From 9417917ed3ef83303d7aaffc3b75c529652e2a90 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 31 May 2021 10:42:24 +0530 Subject: Switched to lightdm and converted .zprofile into .zshenv and .xprofile --- .xprofile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .xprofile (limited to '.xprofile') diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..4d24ec8 --- /dev/null +++ b/.xprofile @@ -0,0 +1,7 @@ +#!/bin/sh + +[[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv + +start-server & +nitrogen --restore & +picom & -- cgit v1.2.3