aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-05-29 10:35:45 -0400
committertdro <tdro@users.noreply.github.com>2019-05-29 10:35:45 -0400
commit37de02fc41f54f0e0cc35c2ffc61db22f1fffbb5 (patch)
tree3bc18dfa69aa927f251922d2b4ae9c52a7f8a61f /.config/awesome
parent0cce6c2674b22a09c78b78be49ae036152f81ce1 (diff)
downloaddotfiles-37de02fc41f54f0e0cc35c2ffc61db22f1fffbb5.tar.gz
dotfiles-37de02fc41f54f0e0cc35c2ffc61db22f1fffbb5.tar.bz2
dotfiles-37de02fc41f54f0e0cc35c2ffc61db22f1fffbb5.zip
.xbindkeysrc: Migrate main key bindings to xbindkeys
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua55
1 files changed, 1 insertions, 54 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 3d5c3e1..18ae07d 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -356,60 +356,7 @@ globalkeys = gears.table.join(
c:raise()
end
end,
- {description = "restore minimized", group = "client"}),
-
- -- Custom key bindings
- awful.key({ modkey }, "Tab", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/window-overview")
- end),
-
- awful.key({ }, "Print", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/snipping-tool")
- end),
-
- awful.key({ }, "XF86ScreenSaver", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/lockscreen")
- end),
-
- awful.key({ }, "XF86AudioRaiseVolume", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/volume-up")
- end),
-
- awful.key({ }, "XF86AudioLowerVolume", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/volume-down")
- end),
-
- awful.key({ }, "XF86AudioMute", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/volume-mute")
- end),
-
- awful.key({ }, "XF86Display", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/switch-monitor")
- end),
-
- awful.key({ modkey }, "p", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/internet-search")
- end),
-
- awful.key({ modkey }, "r", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/app-launcher")
- end),
-
- awful.key({ modkey }, "d", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/app-launcher-priv")
- end),
-
- awful.key({ modkey, "Mod1" }, "p", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/file-search")
- end),
-
- awful.key({ modkey }, "z", function ()
- awful.util.spawn("copyq toggle")
- end),
-
- awful.key({ "Mod1" }, "Tab", function ()
- awful.util.spawn_with_shell("~/.config/awesome/scripts/window-switcher")
- end)
+ {description = "restore minimized", group = "client"})
-- awful.key({ modkey }, "x", function ()
-- awful.prompt.run({ prompt = "Run Lua code: " },