diff options
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -291,9 +291,6 @@ f() { r() { . ~/.profile - if [ -n "$DISPLAY" ]; then - xset r rate 225 100 - fi } _edit_without_executing() { @@ -336,8 +333,14 @@ if [ -r "$F" ]; then . "$F" fi + +# +# Only for graphical sessions +# + if [ -n "$DISPLAY" ]; then xset s 300 + xset r rate 225 100 fi # |