+sxhkd bind to open dev terminals
I've added an option in dwm to place 'Dev' class terminals in the 5th workspace, so I've also added a bind to open dev class terminals easily.
This commit is contained in:
@@ -15,6 +15,10 @@ super + Return
|
|||||||
notify-send "Launching terminal"; \
|
notify-send "Launching terminal"; \
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
|
|
||||||
|
super + shift + Return
|
||||||
|
notify-send "Launching Dev Terminal"; \
|
||||||
|
$TERMINAL -c 'Dev'
|
||||||
|
|
||||||
{super,hyper} + a
|
{super,hyper} + a
|
||||||
dmenu_run
|
dmenu_run
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user