Browse Source

Updated hotkeys to add shortcut to turn off hdmi.

master
Daniel Sissom 5 years ago
parent
commit
9f286b7f7a
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 2 additions and 2 deletions
  1. + 2
    - 2
      sxhkd/sxhkdrc

+ 2
- 2
sxhkd/sxhkdrc

@ -287,8 +287,8 @@ super + x
env SDL_VIDEO_FULLSCREEN_HEAD=1 kodi env SDL_VIDEO_FULLSCREEN_HEAD=1 kodi
# turn on tv and mirror central monitor # turn on tv and mirror central monitor
super + t
xrandr --output HDMI-0 --auto --same-as DVI-D-0
super + {_, alt +} t
xrandr --output HDMI-0 {--auto --same-as DVI-D-0, --off}
# lock screen # lock screen
super + l super + l

Loading…
Cancel
Save