Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-06-09 21:56:55 +0200
committerGitHub <noreply@github.com>2019-06-09 21:56:55 +0200
commit3eea6599ef0e086b0bdcc1b5fad1a5ccffc51347 (patch)
treee4042c61bd7d71fded8ceb469b71535d3de32da6 /deployments
parentd1f11e008dc0e8257cc6073c4a71d77383063566 (diff)
Update awesome.json
Diffstat (limited to 'deployments')
-rw-r--r--deployments/applications/awesome.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/applications/awesome.json b/deployments/applications/awesome.json
index 7896ec7c..5d38328a 100644
--- a/deployments/applications/awesome.json
+++ b/deployments/applications/awesome.json
@@ -5,7 +5,7 @@
"sed -i 's/^exec xterm/#&/' /etc/X11/xinit/xinitrc" : null,
"sh -c \"echo 'xscreensaver -no-splash &' >> /etc/X11/xinit/xinitrc\"" : null,
"sh -c \"echo 'exec {_window_manager}' >> /etc/X11/xinit/xinitrc\"" : {"pass-args" : true},
- "sh -c \"sed -i 's/{ \\\"open terminal\\\", terminal/{ \\\"Chromium\", \\\"chromium\\\" } },\n &/' /etc/xdg/awesome/rc.lua\"" : null,
+ "sh -c \"sed -i 's/{ \\\"open terminal\\\", terminal/{ \\\"Chromium\\\", \\\"chromium\\\" } },\n &/' /etc/xdg/awesome/rc.lua\"" : null,
"sh -c \"sed -i 's/{ \"open terminal\", terminal/{ \"File handler\", \"nemo\" },\n &/' /etc/xdg/awesome/rc.lua\"" : null,
"sh -c \"sed -i 's/^globalkeys = gears.table.join(/&\n awful.key({ modkey, }, \"l\", function() awful.spawn(\"xscreensaver-command -lock &\") end),\n/' /etc/xdg/awesome/rc.lua\"" : null,
"sh -c \"awk -i inplace -v RS='' '{gsub(/awful.key\\({ modkey,.*?}, \"Tab\",.*?\"client\"}\\),/, \"awful.key({ modkey, }, \"Tab\",\n function ()\n awful.client.focus.byidx(-1)\n if client.focus then\n client.focus:raise()\n end\n end),\n awful.key({ modkey, \"Shift\" }, \"Tab\",\n function ()\n awful.client.focus.byidx(1)\n if client.focus then\n client.focus.raise()\n end\n end),\"); print}' /etc/xdg/awesome/rc.lua\"" : null,