First Useful Commit

This commit is contained in:
Katie 2022-06-20 02:54:51 -05:00
parent 31da8264a5
commit 08786d5427
5 changed files with 16 additions and 0 deletions

1
.config/bspwm Symbolic link
View file

@ -0,0 +1 @@
/home/katie/.config/bspwm/

1
.config/polybar Symbolic link
View file

@ -0,0 +1 @@
/home/katie/.config/polybar/

1
.config/sxhkd Symbolic link
View file

@ -0,0 +1 @@
/home/katie/.config/sxhkd/

8
bin/bspwm-session.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
nitrogen --restore &
xsettingsd &
picom -f & > /dev/null 2>&1
exec bspwm
#exec xterm

5
xsessions/bspwm.desktop Normal file
View file

@ -0,0 +1,5 @@
[Desktop Entry]
Name=bspwm (picom'd and sxmo'd)
Comment=Binary space partitioning window manager (with picom and sxmo added)
Exec=/usr/bin/sxmo-bspwm-xinit.sh
Type=Application