index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-12 07:03:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 07:03:26 +0000 |
commit | edfdfe8b32348bef02a3b59465672a83a6fd16cf (patch) | |
tree | a744b8b07df4fcbf5b6c5265d312a9b6568ffa22 /deployments/applications | |
parent | 1e96861b7ceb7304252a1a716863ed875ad3b803 (diff) |
-rw-r--r-- | deployments/applications/awesome.json | 1 |
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}, |