diff options
author | zachir <zachir@librem.one> | 2023-02-10 12:32:43 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-10 12:32:43 -0600 |
commit | 5e74241bb8b2a672a7adcc4a8b6e1dea03f2f5a2 (patch) | |
tree | 24768273a6578345dfe530918c54c86db90a3e11 /X11 | |
parent | 7a2dd5235800003487d43c57d1b76847c692bce4 (diff) |
remove unnecessary cruftminor
Diffstat (limited to 'X11')
-rwxr-xr-x | X11/xprofile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/X11/xprofile b/X11/xprofile index 96f2954..18647e2 100755 --- a/X11/xprofile +++ b/X11/xprofile @@ -1,7 +1,7 @@ #!/bin/sh -layout.sh -tsoff -xrdb ~/.Xresources & +#layout.sh +#tsoff +#xrdb ~/.Xresources & setxkbmap -option "caps:escape" & -xwallpaper --center ~/background.jpg & -picom & +#xwallpaper --center ~/background.jpg & +#picom & |