pandoc aux scripts and templates

This commit is contained in:
2018-11-02 19:15:57 -03:00
parent bc38190ddb
commit 0f8e9f4fb1
7 changed files with 919 additions and 4 deletions

View File

@@ -184,12 +184,12 @@ bar {
# $ scrot /tmp/screenshot.png
# $ convert /tmp/screenshot.png -blur 0x5 /tmp/screenshotblur.png
# $ i3lock -i /tmp/screenshotblur.png
set $lock "scrot /tmp/i3lock.png; convert /tmp/i3lock.png -blur 0x5 /tmp/i3lock-blur.png; i3lock -i /tmp/i3lock-blur.png -c 00001e"
set $lock import -window root -colorspace gray /tmp/i3lock.png; convert /tmp/i3lock.png -blur 0x5 /tmp/i3lock-blur.png; i3lock -i /tmp/i3lock-blur.png -c 00001e -e -f -p win
### KEYBINDINGS ###
## xmodmap -pke
bindsym $mod+z exec $lock
bindsym $mod+Shift+z exec $lock && systemctl suspend
bindsym $mod+z exec "$lock"
bindsym $mod+Shift+z exec "$lock && systemctl suspend"
bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop
bindsym $mod+backslash move scratchpad
bindsym $mod+Shift+bar scratchpad show