From e164a8cb40bd5bec58b3b9f9703411d8fc10acca Mon Sep 17 00:00:00 2001 From: eorn Date: Sat, 13 Feb 2021 11:58:57 +0100 Subject: [PATCH] auto startup --- startup/.xinitrc | 2 ++ startup/.xprofile | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 startup/.xinitrc create mode 100644 startup/.xprofile diff --git a/startup/.xinitrc b/startup/.xinitrc new file mode 100644 index 0000000..c85e44c --- /dev/null +++ b/startup/.xinitrc @@ -0,0 +1,2 @@ +[ -f ~/.xprofile ] && . ~/.xprofile +exec awesome diff --git a/startup/.xprofile b/startup/.xprofile new file mode 100644 index 0000000..8d0a9a5 --- /dev/null +++ b/startup/.xprofile @@ -0,0 +1,8 @@ +setxkbmap fr bepo -option compose:caps && xrdb ~/.Xresources & +nextcloud & +clipit & +element-desktop & +firefox & +discord & +thunderbird-beta & +redshift &