u
This commit is contained in:
@@ -12,8 +12,8 @@ random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]}
|
|||||||
|
|
||||||
notify-send "${random_image_file} @ ${random_gravity} ➔ coming up…"
|
notify-send "${random_image_file} @ ${random_gravity} ➔ coming up…"
|
||||||
|
|
||||||
scrot --display :0 --overwrite /tmp/currentworkspace.png
|
#scrot --display :0 --overwrite /tmp/currentworkspace.png
|
||||||
#monitorshot.sh /tmp/currentworkspace.png
|
##monitorshot.sh /tmp/currentworkspace.png
|
||||||
convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png
|
#convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png
|
||||||
composite -gravity ${random_gravity} ${random_image} /tmp/currentworkspaceblur.png /tmp/lockbackground.png
|
#composite -gravity ${random_gravity} ${random_image} /tmp/currentworkspaceblur.png /tmp/lockbackground.png
|
||||||
i3lock --tiling -i /tmp/lockbackground.png
|
#i3lock --tiling -i /tmp/lockbackground.png
|
||||||
|
|||||||
@@ -278,7 +278,7 @@ mode "move_container" {
|
|||||||
bindsym Left move left 20px
|
bindsym Left move left 20px
|
||||||
bindsym Down move down 20px
|
bindsym Down move down 20px
|
||||||
bindsym Right move right 20px
|
bindsym Right move right 20px
|
||||||
bindsym $mod+m mode "default"
|
bindsym $mod+p mode "default"
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user