From a3f379c96108ef4b5f98bd0763acc7b890b47bb1 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Fri, 4 Dec 2020 03:24:02 +0000 Subject: Updated Files Location --- X11/.xinitrc | 5 +++++ X11/.xprofile | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) delete mode 100755 X11/.xprofile (limited to 'X11') diff --git a/X11/.xinitrc b/X11/.xinitrc index 1dd4172..b0c8b87 100755 --- a/X11/.xinitrc +++ b/X11/.xinitrc @@ -1,4 +1,9 @@ #!/bin/sh . "$HOME"/.xprofile +slstatus & +xwallpaper --stretch "$WALLPAPER" & +picom -f --fade-delta=5 & +setxkbmap pt & +numlockx on & exec "$SESSION" diff --git a/X11/.xprofile b/X11/.xprofile deleted file mode 100755 index ff57f4b..0000000 --- a/X11/.xprofile +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# General Requirements -slstatus & -xwallpaper --stretch "$WALLPAPER" & -picom -f --fade-delta=5 & -setxkbmap pt & -numlockx on & - -if grep -i thinkpad /etc/conf.d/hostname || grep -i laptop /etc/conf.d/hostname -then - xinput set-prop 13 329 0 & -fi -- cgit v1.2.3