diff options
| author | ache <ache@ache.one> | 2017-08-11 02:26:01 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2017-08-11 02:26:01 +0200 |
| commit | a703230f2ef2db74114dbc82ffd009b7c0c4d548 (patch) | |
| tree | 450e1721daa0529594f5bdd124f555b279c33218 | |
| parent | Fix maximised control (diff) | |
awesome should not start the xscreensaver server
| -rw-r--r-- | rc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -863,7 +863,6 @@ awful.rules.rules = { awful.util.spawn_with_shell("xbindkeys") awful.util.spawn_with_shell("autoWall") awful.util.spawn_with_shell("setxkbmap -option grab:break_actions") -awful.util.spawn_with_shell("xscreensaver -nosplash &") -- awful.util.spawn_with_shell("setxkbmap -option grp:menu_toggle 'fr,us, dvorak'") -- awful.util.spawn_with_shell("sleep 5; conky &") -- awful.util.spawn_with_shell("setxkbmap fr") |