dwm launcher script for pop os users like myself
This commit is contained in:
parent
b92026d242
commit
f32c4bab3b
11
dwm-launcher.sh
Executable file
11
dwm-launcher.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# This script is used to mimic an xinitrc to some degree
|
||||||
|
|
||||||
|
set -x
|
||||||
|
eval `ssh-agent`
|
||||||
|
|
||||||
|
bright 50 # custom brightness script
|
||||||
|
|
||||||
|
feh --randomize --bg-fill ~/Pictures/Papes/* &
|
||||||
|
|
||||||
|
statline &
|
Loading…
Reference in New Issue
Block a user