diff options
author | xyz <gky44px1999@gmail.com> | 2022-04-03 03:25:35 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-04-03 03:25:35 -0700 |
commit | a77535d9dab00f5c081bb6e0f2fb2d8f34bba773 (patch) | |
tree | 953365135e1b101a2b1b0fd77c137a0aa806bd53 /home/xyz/.xinitrc | |
parent | 798d4fc2c8753874c1a33a8d52569cd64faf7bd1 (diff) |
envycontrol new version
Diffstat (limited to 'home/xyz/.xinitrc')
-rw-r--r-- | home/xyz/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.xinitrc b/home/xyz/.xinitrc index 957cdbdc..47e7a125 100644 --- a/home/xyz/.xinitrc +++ b/home/xyz/.xinitrc @@ -51,7 +51,7 @@ udiskie & xset r rate 250 30 # https://dianne.skoll.ca/wiki/Remind_FAQ#How_can_I_generate_popup_windows_to_warn_me_of_timed_reminders.3F rem -z -k'notify-send -u critical "reminder" %s &' & -if [ "$(envycontrol --status)" = 'Current graphics mode is: nvidia' ]; then +if [ "$(envycontrol -q)" = 'Current graphics mode is: nvidia' ]; then # my testing shows this seems no need? xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto |