From 59ec2a4882a2f137eaf6671d3e43720e2cb785de Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 2 Dec 2023 13:50:32 +0100 Subject: [PATCH] =?UTF-8?q?fix(i3):=20Configuration=20diff=C3=A9rente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index d82d42f..78861a2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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