Conf: Change client_resize_dir keybind

This commit is contained in:
Martin Duquesnoy
2011-06-04 11:56:11 +02:00
parent af0ddeda3f
commit e2d775ff83

8
wmfsrc
View File

@@ -461,10 +461,10 @@
[key] mod = {"Super"} key = "l" func = "client_resize_right" cmd = "20" [/key]
[key] mod = {"Super"} key = "k" func = "client_resize_top" cmd = "20" [/key]
[key] mod = {"Super"} key = "j" func = "client_resize_bottom" cmd = "20" [/key]
[key] mod = { "Super", "Control"} key = "h" func = "client_resize_left" cmd = "-20" [/key]
[key] mod = { "Super", "Control"} key = "l" func = "client_resize_right" cmd = "-20" [/key]
[key] mod = { "Super", "Control"} key = "k" func = "client_resize_top" cmd = "-20" [/key]
[key] mod = { "Super", "Control"} key = "j" func = "client_resize_bottom" cmd = "-20" [/key]
[key] mod = { "Super", "Control"} key = "h" func = "client_resize_right" cmd = "-20" [/key]
[key] mod = { "Super", "Control"} key = "l" func = "client_resize_left" cmd = "-20" [/key]
[key] mod = { "Super", "Control"} key = "k" func = "client_resize_bottom" cmd = "-20" [/key]
[key] mod = { "Super", "Control"} key = "j" func = "client_resize_top" cmd = "-20" [/key]
# unlisted fonctions that can be used in [key] func = ""
# client_ignore_tag # Toggle the client in ignore_tag (display the client on all tags)