Edit /etc/X11/Xresources/x11-common and add the following:
! Cursor
Xcursor.size: 24
Xcursor.theme: DMZ-White
Then logout/restart
Edit /etc/X11/Xresources/x11-common and add the following:
! Cursor
Xcursor.size: 24
Xcursor.theme: DMZ-White
Then logout/restart
| <?php | |
| /** | |
| * Copyright (c) 2017. Ezeclip | |
| */ | |
| namespace App\Services; | |
| class MapService { | |
| // Define Constants | |
| const GOOGLE_API_KEY = "XXX"; |