소스 검색

disable X11 bell

pull/1/head
Markus K Brechtel 2 년 전
부모
커밋
edd4fdb5c7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      templates/x11/xsession.reload.fish.j2

+ 3
- 0
templates/x11/xsession.reload.fish.j2 파일 보기

@@ -37,3 +37,6 @@ xset dpms {{ display_sleeptime | int }} {{ display_sleeptime | int }} {{ display
{% for xhost in home_xhosts_allow %} {% for xhost in home_xhosts_allow %}
xhost +{{xhost}} xhost +{{xhost}}
{% endfor %} {% endfor %}

# disable bell
xset b off