add switch keyboard to awesome
This commit is contained in:
parent
9c7f94021d
commit
d5935e8b04
@ -9,3 +9,4 @@ function run {
|
||||
|
||||
run /usr/lib/polkit-kde-authentication-agent-1
|
||||
run ~/script/autoxrandr
|
||||
run setxkbmap -layout "fr,us"
|
||||
|
@ -243,7 +243,7 @@ globalkeys = gears.table.join(
|
||||
{description = "view next", group = "tag"}),
|
||||
awful.key({ modkey, }, "Escape", awful.tag.history.restore,
|
||||
{description = "go back", group = "tag"}),
|
||||
|
||||
awful.key({ "Shift" }, "Alt_L", function() mykeyboardlayout.next_layout(); end),
|
||||
awful.key({ modkey, }, "j",
|
||||
function ()
|
||||
awful.client.focus.byidx( 1)
|
||||
|
Loading…
Reference in New Issue
Block a user