Use new arguments when calling hw-diags

This commit is contained in:
2Shirt 2018-12-19 18:53:13 -07:00
parent f022d0ca76
commit c6eb7cdfd6
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
3 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ bindsym $mod+d exec "urxvt -title 'Hardware Diagnostics' -e hw-diags"
bindsym $mod+f exec "thunar ~"
bindsym $mod+i exec "hardinfo"
bindsym $mod+m exec "urxvt -title 'Mount All Volumes' -e mount-all-volumes gui"
bindsym $mod+s exec "urxvt -title 'Hardware Diagnostics' -e hw-diags quick"
bindsym $mod+s exec "urxvt -title 'Hardware Diagnostics' -e hw-diags --quick"
bindsym $mod+t exec "urxvt -e zsh -c 'tmux new-session -A -t general; zsh'"
bindsym $mod+v exec "urxvt -title 'Hardware Sensors' -e watch -c -n1 -t hw-sensors"
bindsym $mod+w exec "firefox"

View file

@ -324,7 +324,7 @@
</keybind>
<keybind key="W-s">
<action name="Execute">
<command>urxvt -title "Hardware Diagnostics" -e hw-diags quick</command>
<command>urxvt -title "Hardware Diagnostics" -e hw-diags --quick</command>
</action>
</keybind>
<keybind key="W-t">

View file

@ -24,9 +24,9 @@ if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
if ! [[ -f "/tmp/x_ok" ]]; then
echo "There was an issue starting Xorg, starting CLI interface..."
sleep 2s
hw-diags cli
hw-diags --cli
fi
else
hw-diags cli
hw-diags --cli
fi
fi