Tmux script eingebaut
This commit is contained in:
parent
2d479a6615
commit
4b17ba11f6
1 changed files with 4 additions and 1 deletions
|
@ -31,9 +31,12 @@ super + Tab
|
||||||
bspc window -f next
|
bspc window -f next
|
||||||
|
|
||||||
# Open Terminal
|
# Open Terminal
|
||||||
super + Return
|
super + alt + Return
|
||||||
urxvt
|
urxvt
|
||||||
|
|
||||||
|
super + Return
|
||||||
|
urxvt -e /home/madmaurice/.config/scripts/tmuxn.sh
|
||||||
|
|
||||||
# Open File manager
|
# Open File manager
|
||||||
super + alt + e
|
super + alt + e
|
||||||
urxvt -e "ranger"
|
urxvt -e "ranger"
|
||||||
|
|
Loading…
Reference in a new issue