Merge pull request 'Fixed cpmmands' (#15) from develop into master

Reviewed-on: YanTheKaller/ubl-settings-video#15
pull/11/head
commit 1b2b1c9822

@ -47,15 +47,15 @@
#define save_drivers_global_command "pkexec /usr/bin/ubconfig --target global --noexecute set video " #define save_drivers_global_command "pkexec /usr/bin/ubconfig --target global --noexecute set video "
#define save_drivers_global_local_command "pkexec /usr/bin/ubconfig --noexecute set video " #define save_drivers_global_local_command "pkexec /usr/bin/ubconfig set video "
#define load_drivers_local_command "/usr/bin/ubconfig --default --source system get video FAILSAFENVIDIA FAILSAFEATI OPTIRUN PRIMUSRUN VGADRV_AUTO " #define load_drivers_local_command "/usr/bin/ubconfig --default --source system get video FAILSAFENVIDIA FAILSAFEATI OPTIRUN PRIMUSRUN VGADRV_AUTO "
#define save_drivers_local_command "pkexec /usr/bin/ubconfig --target system --noexecute set video " #define save_drivers_local_command "pkexec /usr/bin/ubconfig --target system set video "
#define remove_drivers_global_command "/usr/bin/ubconfig --target system remove --noexecute video " #define remove_drivers_global_command "/usr/bin/ubconfig --target system remove video "
#define remove_drivers_local_command "/usr/bin/ubconfig --target system remove --noexecute video " #define remove_drivers_local_command "/usr/bin/ubconfig --target system remove video "
#define install_proprietary_command "pkexec pacman --quiet --needed --noconfirm -Sy " #define install_proprietary_command "pkexec pacman --quiet --needed --noconfirm -Sy "

Loading…
Cancel
Save