소스 검색

Command main display with display key

Shut off with modifier pressed, shut on directly.
DricomDragon 4 년 전
부모
커밋
f8565cb73d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Install/Templates/i3/config

+ 4 - 0
Install/Templates/i3/config

@@ -37,6 +37,10 @@ bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
 # swap keyboard
 bindsym XF86Tools exec --no-startup-id ~/.bin/swapkeyboard
 
+# switch main screen on/off
+bindsym XF86Display exec --no-startup-id xrandr --output eDP1 --auto
+bindsym $mod+XF86Display exec --no-startup-id xrandr --output eDP1 --off
+
 # VOLUME
 # macro adjustement : use dB for more dynamic change
 set $vol_big_step 4dB