don't move the mouse / change bg on restart

This commit is contained in:
Aaron Bieber 2021-12-16 06:44:09 -07:00
parent d2a9c1dc0e
commit bbb453a358
1 changed files with 0 additions and 4 deletions

View File

@ -66,13 +66,9 @@ Mouse 3 TSIF A RaiseLower
######################## Initialization Functions ############################
AddToFunc "InitFunction" "I" Module FvwmButtons
+ "I" Next [!iconic CurrentScreen xterm] Focus
+ "I" CursorMove 30 40
+ "I" exec /usr/X11R6/bin/xsetroot -solid black
AddToFunc "RestartFunction" "I" Module FvwmButtons
+ "I" Next [!iconic CurrentScreen xterm] Focus
+ "I" CursorMove 30 40
+ "I" exec /usr/X11R6/bin/xsetroot -solid black
######################## Menus ###################