1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
e54cec7e64 Added wallpaper to lightDM 2020-03-16 15:34:51 +01:00
e4a5ea3116 Don't start spotify terminal client on startup 2020-03-16 15:32:47 +01:00
c924d5f6c1 Changed castero keyboard shortcut 2020-03-16 15:13:32 +01:00
4 changed files with 5 additions and 4 deletions

View File

@ -41,6 +41,8 @@ A repository of my personal configuration files.
- [[https://github.com/caffeine-ng/caffeine-ng][caffeine-ng]] - [[https://github.com/caffeine-ng/caffeine-ng][caffeine-ng]]
- [[https://the.exa.website/][exa]] - [[https://the.exa.website/][exa]]
- [[https://github.com/junegunn/fzf][fzf]] - [[https://github.com/junegunn/fzf][fzf]]
- [[https://imagemagick.org/index.php][ImageMagick]]
- [[https://github.com/canonical/lightdm][LightDM]]
- [[https://github.com/internalfx/mailcap][mailcap]] - [[https://github.com/internalfx/mailcap][mailcap]]
- [[https://mpv.io/][mpv]] - [[https://mpv.io/][mpv]]
- [[https://github.com/l3ib/nitrogen/][nitrogen]] - [[https://github.com/l3ib/nitrogen/][nitrogen]]

View File

@ -86,9 +86,6 @@ start_if_not_running brave
pkill -f cleanfullscreen pkill -f cleanfullscreen
~/.local/bin/cleanfullscreen & ~/.local/bin/cleanfullscreen &
pkill -f spt
alacritty --class Spt,Spt -e ~/.local/bin/spotify-command-line &
###---System lock---### ###---System lock---###
pkill -f xss-lock pkill -f xss-lock
xss-lock -n ~/.local/bin/lock -- ~/.local/bin/lock & xss-lock -n ~/.local/bin/lock -- ~/.local/bin/lock &

View File

@ -79,7 +79,7 @@ super + Escape
pkill -USR1 -x sxhkd pkill -USR1 -x sxhkd
# Misc apps # Misc apps
ctrl + alt + {l, n, r, w, s, c, v, k} ctrl + alt + {l, n, r, w, s, p, v, k}
alacritty --class float,float -e {lf, neomutt, /usr/bin/newsboat, ~/.config/polybar/bin/wttr-and-wait, spt, castero, nvim, ~/.local/bin/calendar-and-wait} alacritty --class float,float -e {lf, neomutt, /usr/bin/newsboat, ~/.config/polybar/bin/wttr-and-wait, spt, castero, nvim, ~/.local/bin/calendar-and-wait}
ctrl + alt + {b, e, S, N} ctrl + alt + {b, e, S, N}
{brave, emacs, spotify, nitrogen} {brave, emacs, spotify, nitrogen}

View File

@ -8,6 +8,8 @@ function generateWallpaper() {
if [ "$1" == 0 ]; then if [ "$1" == 0 ]; then
notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Generating wal color scheme" & notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Generating wal color scheme" &
~/.local/bin/generatewal ~/.local/bin/generatewal
notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Generating LightDM wallpaper" &
doas convert "$2" /usr/share/pixmaps/wallpaper.png
fi fi
notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Wallpaper set" & notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Wallpaper set" &