+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:
@@ -13,7 +13,11 @@ super + shift + Escape
|
||||
|
||||
super + Return
|
||||
notify-send "Launching terminal"; \
|
||||
$TERMINAL
|
||||
$TERMINAL
|
||||
|
||||
super + shift + Return
|
||||
notify-send "Launching Dev Terminal"; \
|
||||
$TERMINAL -c 'Dev'
|
||||
|
||||
{super,hyper} + a
|
||||
dmenu_run
|
||||
|
||||
Reference in New Issue
Block a user