Merge branch 'master' of gitlab.com:shockrah/shell-scripts
This commit is contained in:
commit
3e615443cc
5
configs/dwm.desktop
Normal file
5
configs/dwm.desktop
Normal file
@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=DWM
|
||||
Comment=This session logs in to DWM
|
||||
Exec=/usr/local/bin/dwm
|
||||
Type=Application
|
14
dwm-launcher.sh
Executable file
14
dwm-launcher.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
# This script is used to mimic an xinitrc to some degree
|
||||
|
||||
set -x
|
||||
eval `ssh-agent`
|
||||
|
||||
#compton --backend glx --xrender-sync --xrender-sync-fence -b
|
||||
compton --xrender-sync --xrender-sync-fence -b
|
||||
bright 50 # custom brightness script
|
||||
|
||||
feh --randomize --bg-fill ~/Pictures/Papes/* &
|
||||
|
||||
statline &
|
||||
exec dwm
|
Loading…
Reference in New Issue
Block a user