diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /X11/xprofile |
Initial Commit
Diffstat (limited to 'X11/xprofile')
-rwxr-xr-x | X11/xprofile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/X11/xprofile b/X11/xprofile new file mode 100755 index 0000000..96f2954 --- /dev/null +++ b/X11/xprofile @@ -0,0 +1,7 @@ +#!/bin/sh +layout.sh +tsoff +xrdb ~/.Xresources & +setxkbmap -option "caps:escape" & +xwallpaper --center ~/background.jpg & +picom & |