From: Samir Benmendil Date: Mon, 26 Dec 2016 01:11:24 +0000 (+0000) Subject: replace shada with hactar X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/739e230b64ac178179ccac8c3747d991255aa2e2?ds=inline replace shada with hactar --- diff --git a/awesome/bindings.lua b/awesome/bindings.lua index d21b616..46b5280 100644 --- a/awesome/bindings.lua +++ b/awesome/bindings.lua @@ -85,7 +85,6 @@ globalkeys = awful.util.table.join(globalkeys, -- 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), diff --git a/awesome/widgets/network_widget.lua b/awesome/widgets/network_widget.lua index 5b562af..2d9700b 100644 --- a/awesome/widgets/network_widget.lua +++ b/awesome/widgets/network_widget.lua @@ -8,7 +8,7 @@ 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 diff --git a/awesome/widgets/volume_progressbar_widget.lua b/awesome/widgets/volume_progressbar_widget.lua index fc9c82e..d920113 100644 --- a/awesome/widgets/volume_progressbar_widget.lua +++ b/awesome/widgets/volume_progressbar_widget.lua @@ -17,7 +17,7 @@ volwidget:set_ticks_size(2) -- 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) diff --git a/wakeonlan/shada b/wakeonlan/hactar similarity index 100% rename from wakeonlan/shada rename to wakeonlan/hactar diff --git a/xkb/shada.xkb b/xkb/hactar.xkb similarity index 70% rename from xkb/shada.xkb rename to xkb/hactar.xkb index 71f38a1..f1263d2 100644 --- a/xkb/shada.xkb +++ b/xkb/hactar.xkb @@ -2,6 +2,6 @@ xkb_keymap { 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)" }; };