fix(i3): Configuration différente
* utilisation d'une autre méthode pour le fond d'écran aléatoire * désactivation de hamster-indicator * ajout d'une résolution par défaut
This commit is contained in:
parent
db193417c8
commit
f7e0a967f9
@ -213,6 +213,9 @@ bindsym XF86Sleep exec systemctl suspend
|
||||
## STARTUP PROGRAMS
|
||||
###
|
||||
|
||||
# Résolution par défaut
|
||||
exec_always --no-startup-id "xrandr --output eDP1 --mode 1680x1050"
|
||||
|
||||
# Transparency (need picom)
|
||||
exec_always --no-startup-id "killall picom; picom -b"
|
||||
|
||||
@ -237,7 +240,7 @@ smart_gaps on
|
||||
|
||||
# Random wallpaper (need ~/bin/random_wallpaper from
|
||||
# https://github.com/blankoworld/dotfiles/blob/master/bin/random_wallpaper)
|
||||
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
||||
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; watch -n 900 feh --randomize --bg-fill ~/wallpapers/* &"
|
||||
|
||||
# Hasmter indicator
|
||||
#exec --no-startup-id hamster
|
||||
|
Loading…
Reference in New Issue
Block a user