cleanup
This commit is contained in:
parent
72c73f9b18
commit
ddbc24a33f
29 changed files with 46 additions and 41 deletions
5
.local/bin/wallpaper
Executable file
5
.local/bin/wallpaper
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
shopt -s extglob
|
||||
|
||||
feh --bg-fill "$(shuf -en1 "$XDG_CONFIG_HOME/wallpapers/"!(lock.png))" --no-fehbg
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
env LUTRIS_SKIP_INIT=1 flatpak run net.lutris.Lutris lutris:rungameid/1
|
Loading…
Add table
Add a link
Reference in a new issue