Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-06 21:43:32 +0200
committerGitHub <noreply@github.com>2020-07-06 21:43:32 +0200
commite30208c01ccd674e27d463f5c6ac98f3045ff321 (patch)
tree10af9437fca3d218e34a5f90cc5512826f11eacc
parent5070575a7f5bf1b829679e400ff404ba21115450 (diff)
Update awesome.json
-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 9fa3bc12..42715e6f 100644
--- a/deployments/applications/awesome.json
+++ b/deployments/applications/awesome.json
@@ -6,7 +6,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},
- "sed -i 's/xterm/xterm -ls -xrm \\'XTerm*selectToClipboard: true\\'/' /mnt/etc/xdg/awesome/rc.lua" : {"no-chroot" : true},
+ "sed -i 's/xterm/xterm -ls -xrm \"XTerm*selectToClipboard: true\"/' /mnt/etc/xdg/awesome/rc.lua" : {"no-chroot" : true},
"sed -i 's/{ \"open terminal\", terminal/{ \"Chromium\", \"chromium\" },\n &/' /mnt/etc/xdg/awesome/rc.lua" : {"no-chroot" : true},
"sed -i 's/{ \"open terminal\", terminal/{ \"File handler\", \"nemo\" },\n &/' /mnt/etc/xdg/awesome/rc.lua" : {"no-chroot" : true},
"sed -i 's/^globalkeys = gears.table.join(/&\n awful.key({ modkey, }, \"l\", function() awful.spawn(\"xscreensaver-command -lock &\") end),\n/' /mnt/etc/xdg/awesome/rc.lua" : {"no-chroot" : true},