From 3e5f9ac0f99596b81c16e06405ff97417bd759fb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 8 Dec 2020 01:49:28 -0700 Subject: Continue transition to new config scheme --- .xprofile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) mode change 100644 => 120000 .xprofile (limited to '.xprofile') diff --git a/.xprofile b/.xprofile deleted file mode 100644 index 728e4cc..0000000 --- a/.xprofile +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# This is run when a display manager logs in. -# Used as source for ~/.xinitrc. - -nm-applet & # Network Manager. -picom & # Transparency and stuff. -dunst & # Notifications. -udiskie & # Drive mounting. -flameshot & # Screenshots. -pasystray & # Pulse Audio tray icon. - -# At the end, start the WM. -# exec i3 diff --git a/.xprofile b/.xprofile new file mode 120000 index 0000000..bb47566 --- /dev/null +++ b/.xprofile @@ -0,0 +1 @@ +/home/lz/.config/x11/xprofile \ No newline at end of file -- cgit v1.2.3-70-g09d2