ajoute thunderbird.
parent
af3292208b
commit
6e76cd094d
|
|
@ -1,8 +1,12 @@
|
||||||
ctrl + alt + l
|
ctrl + alt + l
|
||||||
passmenu2
|
passmenu2
|
||||||
|
|
||||||
|
super + m
|
||||||
|
run-or-raise thunderbird
|
||||||
|
super + w
|
||||||
|
run-or-raise firefox
|
||||||
super + Return
|
super + Return
|
||||||
st
|
run-or-raise st
|
||||||
## wm independent hotkeys
|
## wm independent hotkeys
|
||||||
##
|
##
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
wmctrl -x -a "$1" || $1
|
||||||
Loading…
Reference in New Issue