index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-09 21:14:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-09 21:14:40 +0200 |
commit | 3bbe8ab58f4e30b384eb99302e1ecaa2a23f60a2 (patch) | |
tree | 979b2f56f3674f94e0fd93c65c6422108cb2e1e6 | |
parent | d533e36b88b6225f5b16dbc436b89cf171570e6b (diff) |
-rw-r--r-- | deployments/applications/awesome.json | 6 |
diff --git a/deployments/applications/awesome.json b/deployments/applications/awesome.json index 32b05beb..97073a95 100644 --- a/deployments/applications/awesome.json +++ b/deployments/applications/awesome.json @@ -5,10 +5,10 @@ "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 &1/' /etc/xdg/awesome/rc.lua\"" : null, - "sh -c \"sed -i 's/{ \\\"open terminal\\\", terminal/{ \\\"File handler\\\", \\\"nemo\\\" },\n &1/' /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, "gsettings set org.nemo.desktop show-desktop-icons false" : null, "xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search" : null -}
\ No newline at end of file +} |