diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-12-04 03:24:02 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-12-04 03:24:02 +0000 |
commit | a3f379c96108ef4b5f98bd0763acc7b890b47bb1 (patch) | |
tree | e7a61add41919f2538eda3ae58db77818192a336 /X11 | |
parent | 44c244c9c3ca1740fb96c00bf3a8e987c9c40fb9 (diff) |
Updated Files Location
Diffstat (limited to 'X11')
-rwxr-xr-x | X11/.xinitrc | 5 | ||||
-rwxr-xr-x | X11/.xprofile | 13 |
2 files changed, 5 insertions, 13 deletions
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 |