]> git.rmz.io Git - dotfiles.git/commitdiff
replace shada with hactar
authorSamir Benmendil <me@rmz.io>
Mon, 26 Dec 2016 01:11:24 +0000 (01:11 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 26 Dec 2016 01:27:58 +0000 (01:27 +0000)
awesome/bindings.lua
awesome/widgets/network_widget.lua
awesome/widgets/volume_progressbar_widget.lua
wakeonlan/hactar [moved from wakeonlan/shada with 100% similarity]
xkb/hactar.xkb [moved from xkb/shada.xkb with 70% similarity]

index d21b61606df1cedc3b520e9298541ed4dbc6b28f..46b52801916f0ffc0e9eef6b58ee63ea9ad51ed8 100644 (file)
@@ -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),
index 5b562af92a0d5250e1d427c3e0fbe326ffe63eba..2d9700b950ffeadc1d7f783a73197328eac5fb76 100644 (file)
@@ -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
index fc9c82e1fdd94c84bf3e3132ba9b5781ec4e21c2..d920113005745373501d2d5b99c641b8a6438d1e 100644 (file)
@@ -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)
 
similarity index 100%
rename from wakeonlan/shada
rename to wakeonlan/hactar
similarity index 70%
rename from xkb/shada.xkb
rename to xkb/hactar.xkb
index 71f38a1776638652e51a75fc68334cb67650758b..f1263d21e43d952e672d412c4f474726f4ccbfc2 100644 (file)
@@ -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)" };
 };