Sfoglia il codice sorgente

[i3] Fix hsetroot to use bing and remove cast stuffs

Colin Powell 5 anni fa
parent
commit
28e7e41996
1 ha cambiato i file con 4 aggiunte e 5 eliminazioni
  1. 4 5
      i3/.config/i3/config

+ 4 - 5
i3/.config/i3/config

@@ -249,10 +249,6 @@ bindsym $mod+Shift+Print exec feh $(last $shots)
 # CAST
 set $casts ~/videos/casts
 
-bindsym $mod+F12       exec cast 
-bindsym $mod+Ctrl+F12  exec cast -s 
-#bindsym $mod+Shift+F12 exec
-
 bindsym $mod+Ctrl+F11  exec anypaste -x -s -p streamable $(last $casts)
 bindsym $mod+Shift+F11 exec ffplay -loop 0 $(last $casts)
 
@@ -281,8 +277,11 @@ bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness
 # ROFI
 bindsym $mod+space   exec rofi -show combi -display-window "W"
 
+# Lock with 
+bindsym $mod+F12 exec --no-startup-id i3lock -i ~/var/media/backgrounds/astrobin/`ls -Ar ~/var/media/backgrounds/astrobin/ | tail -n 1` -t
+
 # BACKGROUND
-exec hsetroot -cover ~/var/backgrounds/astrobin/`ls -Ar ~/var/backgrounds/astrobin | tail -n 1`
+exec hsetroot -cover ~/var/media/backgrounds/bing/`ls -Ar ~/var/media/backgrounds/bing | tail -n 1`
 
 ##### APP BINDS ###################################