Only use mate-terminal as the default terminal
This commit is contained in:
parent
9d44734789
commit
1caf998502
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ AddToFunc RestartFunction "I" Module FvwmPager 0 5
|
||||||
|
|
||||||
######################## Menus ###################
|
######################## Menus ###################
|
||||||
AddToMenu RootMenu "Root Menu" Title
|
AddToMenu RootMenu "Root Menu" Title
|
||||||
+ "Terminal%mini.xterm.xpm%" Exec (mate-terminal || urxvt || xterm)
|
+ "Terminal" Exec mate-terminal
|
||||||
+ "Terminal (dark)" Exec (urxvt -fg grey -bg black || xterm -fg grey -bg black)
|
+ "Terminal (dark)" Exec (urxvt -fg grey -bg black || xterm -fg grey -bg black)
|
||||||
+ "" Nop
|
+ "" Nop
|
||||||
+ "Firefox" Exec firefox
|
+ "Firefox" Exec firefox
|
||||||
|
|
Loading…
Reference in a new issue