Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/applications
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-06-12 07:03:26 +0000
committerGitHub <noreply@github.com>2019-06-12 07:03:26 +0000
commitedfdfe8b32348bef02a3b59465672a83a6fd16cf (patch)
treea744b8b07df4fcbf5b6c5265d312a9b6568ffa22 /deployments/applications
parent1e96861b7ceb7304252a1a716863ed875ad3b803 (diff)
Update awesome.json
Diffstat (limited to 'deployments/applications')
-rw-r--r--deployments/applications/awesome.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployments/applications/awesome.json b/deployments/applications/awesome.json
index 150deb35..81480309 100644
--- a/deployments/applications/awesome.json
+++ b/deployments/applications/awesome.json
@@ -5,6 +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},
+ "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},