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 --- .config/x11/xprofile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/x11/xprofile (limited to '.config/x11/xprofile') diff --git a/.config/x11/xprofile b/.config/x11/xprofile new file mode 100644 index 0000000..728e4cc --- /dev/null +++ b/.config/x11/xprofile @@ -0,0 +1,14 @@ +#!/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 -- cgit v1.2.3-54-g00ecf