-- Layout manipulation
awful.key({ modkey, }, "Escape", awful.tag.history.restore),
awful.key({ modkey, }, "#49", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1 (chronos)
- awful.key({ modkey, }, "#94", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1 (shada)
awful.key({ modkey, }, "=", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1 (kinesis)
awful.key({ modkey, "Control" }, "Left", function () awful.screen.focus_relative( 1) end),
awful.key({ modkey, "Control" }, "Right", function () awful.screen.focus_relative(-1) end),
if utils.host == "smartlab-imac2" then
widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'})
end
-if utils.host == "shada" then
+if utils.host == "hactar" then
widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
end
if utils.host == "sb-arch" then
-- Select device
local device = ""
if utils.host == "chronos" then device = "alsa_output.pci-0000_00_1b.0.analog-stereo" end
-if utils.host == "shada" then device = "alsa_output.pci-0000_00_14.2.analog-stereo" end
+if utils.host == "hactar" then device = "alsa_output.pci-0000_00_14.2.analog-stereo" end
-- Register widget
vicious.register(volwidget, vicious.contrib.pulse, "$1", 1, device)
xkb_keycodes { include "evdev" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
- xkb_symbols { include "pc+inet(evdev)+dvorak+dvorak(demon_king)" };
+ xkb_symbols { include "pc+inet(evdev)+dvorak+dvorak(kinesis)" };
xkb_geometry { include "pc(pc104)" };
};