mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Compare commits
3 Commits
cfe00f2ca9
...
e54cec7e64
Author | SHA1 | Date | |
---|---|---|---|
e54cec7e64 | |||
e4a5ea3116 | |||
c924d5f6c1 |
@ -41,6 +41,8 @@ A repository of my personal configuration files.
|
||||
- [[https://github.com/caffeine-ng/caffeine-ng][caffeine-ng]]
|
||||
- [[https://the.exa.website/][exa]]
|
||||
- [[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://mpv.io/][mpv]]
|
||||
- [[https://github.com/l3ib/nitrogen/][nitrogen]]
|
||||
|
@ -86,9 +86,6 @@ start_if_not_running brave
|
||||
pkill -f cleanfullscreen
|
||||
~/.local/bin/cleanfullscreen &
|
||||
|
||||
pkill -f spt
|
||||
alacritty --class Spt,Spt -e ~/.local/bin/spotify-command-line &
|
||||
|
||||
###---System lock---###
|
||||
pkill -f xss-lock
|
||||
xss-lock -n ~/.local/bin/lock -- ~/.local/bin/lock &
|
||||
|
@ -79,7 +79,7 @@ super + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
||||
# 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}
|
||||
ctrl + alt + {b, e, S, N}
|
||||
{brave, emacs, spotify, nitrogen}
|
||||
|
@ -8,6 +8,8 @@ function generateWallpaper() {
|
||||
if [ "$1" == 0 ]; then
|
||||
notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Generating wal color scheme" &
|
||||
~/.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
|
||||
|
||||
notify-send.py --hint string:image-path:"$2" --replaces-process setwallpaper -a sxiv "Wallpaper set" &
|
||||
|
Loading…
Reference in New Issue
Block a user