Update awesome.json
This commit is contained in:
parent
db528d8676
commit
5070575a7f
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"Installing awesome window manager" : {
|
||||||
"sed -i 's/^twm &/#&/' /etc/X11/xinit/xinitrc" : null,
|
"sed -i 's/^twm &/#&/' /etc/X11/xinit/xinitrc" : null,
|
||||||
"sed -i 's/^xclock/#&/' /etc/X11/xinit/xinitrc" : null,
|
"sed -i 's/^xclock/#&/' /etc/X11/xinit/xinitrc" : null,
|
||||||
"sed -i 's/^xterm/#&/' /etc/X11/xinit/xinitrc" : null,
|
"sed -i 's/^xterm/#&/' /etc/X11/xinit/xinitrc" : null,
|
||||||
|
|
@ -12,4 +13,5 @@
|
||||||
"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}' /mnt/etc/xdg/awesome/rc.lua" : {"no-chroot" : true},
|
"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}' /mnt/etc/xdg/awesome/rc.lua" : {"no-chroot" : true},
|
||||||
"gsettings set org.nemo.desktop show-desktop-icons false" : null,
|
"gsettings set org.nemo.desktop show-desktop-icons false" : null,
|
||||||
"xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search" : null
|
"xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search" : null
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue