Explorar el Código

disable X11 bell

pull/1/head
Markus K Brechtel hace 2 años
padre
commit
edd4fdb5c7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      templates/x11/xsession.reload.fish.j2

+ 3
- 0
templates/x11/xsession.reload.fish.j2 Ver fichero

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

# disable bell
xset b off