First Useful Commit
This commit is contained in:
parent
31da8264a5
commit
08786d5427
1
.config/bspwm
Symbolic link
1
.config/bspwm
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/katie/.config/bspwm/
|
1
.config/polybar
Symbolic link
1
.config/polybar
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/katie/.config/polybar/
|
1
.config/sxhkd
Symbolic link
1
.config/sxhkd
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/katie/.config/sxhkd/
|
8
bin/bspwm-session.sh
Executable file
8
bin/bspwm-session.sh
Executable 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
5
xsessions/bspwm.desktop
Normal 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
|
Loading…
Reference in a new issue