Keybindings and rules
This commit is contained in:
parent
be630095a1
commit
57160f5dbc
2 changed files with 7 additions and 2 deletions
|
@ -95,6 +95,9 @@ local myglobalkeys = awful.util.table.join(
|
|||
awful.key({ }, "F12", function ()
|
||||
handy("urxvt -e tmux", awful.placement.centered, 0.9, 0.7)
|
||||
end ),
|
||||
awful.key({ modkey }, "x", function ()
|
||||
handy("urxvt -e ikhal", awful.placement.centered, 0.9, 0.7)
|
||||
end ),
|
||||
-- }}}
|
||||
|
||||
--{{{ dmenu prompts
|
||||
|
@ -119,7 +122,8 @@ local myglobalkeys = awful.util.table.join(
|
|||
awful.key({ }, "XF86AudioNext", mpd.ctrl.next),
|
||||
awful.key({ }, "XF86AudioPrev", mpd.ctrl.prev),
|
||||
|
||||
awful.key({ modkey }, "y", binder.spawn("copyq toggle"))
|
||||
awful.key({ modkey }, "y", binder.spawn("copyq toggle")),
|
||||
awful.key({ modkey }, "/", binder.spawn("rofi -show calc -modi calc -no-show-match -no-sort"))
|
||||
|
||||
--}}}
|
||||
)
|
||||
|
|
|
@ -148,7 +148,8 @@ awful.rules.rules = {
|
|||
{
|
||||
rule_any = { instance = {"Gmutt"}, name = {"Gmutt"} },
|
||||
properties = {
|
||||
tag = "4"
|
||||
tag = "4",
|
||||
screen = 2
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue