aboutsummaryrefslogtreecommitdiff
path: root/components/bindings/Extra-Keybindings
blob: 631ae294ed1a71d54079aef9b99106dc11e1dc35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Key apostrophe A $[Mod1] Menu /Applications root c c
Key quotedbl A $[Mod1] Menu /FVWM-Crystal root c c
 
Mouse 3 RI $[Mod1] Exec exec $[infostore.DefaultTerminal] -title local-screen -e screen -D -RR
 
Mouse 3 RI $[Mod2] Popup /Screens
 
Key F1 A $[Mod1] Exec emacsclient -nc
Key XF86LaunchA A N Exec emacsclient -nc
Key XF86Launch3 A N Exec emacsclient -nc
 
Key F2 A $[Mod1] Exec firefox
Key XF86LaunchB A N Exec firefox
Key XF86Launch4 A N Exec firefox
 
Key F2 A $[Mod1]S Exec firefox --private-window
Key XF86LaunchB A S Exec firefox --private-window
Key XF86Launch4 A S Exec firefox --private-window
 
Key Pause A $[Mod1] Exec xscreensaver-command -lock
Key XF86MonBrightnessDown A $[Mod1] Exec xscreensaver-command -lock
 
Key Pause A $[Mod1]S Exec xscreensaver-command -lock && sudo pm-suspend
 
# remove Expose
Key E A $[Mod1] -
Key E A $[Mod1]2 -
 
# kill crystal's screenshot
Key Print A $[Mod] -
# use maim instead
Key S A $[Mod1]S Exec maim -s | xclip -sel clip -t image/png
# delayed snapshot; we need that `nohup` otherwise urxvt/bash will
# take xclip down when they exit
Key S A $[Mod1]SC Exec urxvt -geometry 20x1-0-0 +sb -b 0 -w 0 -title 'maim+xclip' -bl  -e /bin/bash -c 'maim -d 5 -s | nohup xclip -sel clip -t image/png > /dev/null'