[i3] Fix hsetroot to use bing and remove cast stuffs
This commit is contained in:
@ -249,10 +249,6 @@ bindsym $mod+Shift+Print exec feh $(last $shots)
|
|||||||
# CAST
|
# CAST
|
||||||
set $casts ~/videos/casts
|
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+Ctrl+F11 exec anypaste -x -s -p streamable $(last $casts)
|
||||||
bindsym $mod+Shift+F11 exec ffplay -loop 0 $(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
|
# ROFI
|
||||||
bindsym $mod+space exec rofi -show combi -display-window "W"
|
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
|
# 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 ###################################
|
##### APP BINDS ###################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user