You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
552 B
12 lines
552 B
--- a/lib/toolbar.in 2019-09-18 19:52:15.000000000 +0300 |
|
+++ b/lib/toolbar.in 2019-09-25 02:01:52.044038459 +0300 |
|
@@ -3,6 +3,6 @@ |
|
# Place your variants in @CFGDIR@ or in $HOME/.icewm since |
|
# modifications to this file will be overwritten when you reinstall icewm. |
|
# |
|
-prog "@XTERMCMD@" utilities-terminal @XTERMCMD@ |
|
-prog "Web browser" web-browser xdg-open about:blank |
|
- |
|
+prog "Web browser" web-browser xdg-open about:blank |
|
+prog "File manager" system-file-manager xdg-open /home |
|
+prog "Terminal" utilities-terminal @XTERMCMD@
|
|
|