diff options
author | ThanosApollo <[email protected]> | 2022-09-14 18:35:23 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-14 18:35:23 +0300 |
commit | 5f6b1f5891c64cb2cf232a530612f18c1de2a8f2 (patch) | |
tree | 51eba2a295aeea183c5712e8b606f64d9ba5a9e1 /.config/qtile | |
parent | 31830520f6222e137fe52f3985707b4cc98fe841 (diff) |
Update keybindigs
Diffstat (limited to '.config/qtile')
-rw-r--r-- | .config/qtile/config.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 6f963bd..edf68fb 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -57,7 +57,10 @@ def window_to_next_group(qtile): i = qtile.groups.index(qtile.currentGroup) qtile.currentWindow.togroup(qtile.groups[i + 1].name) -my_keys = MyKeys() +## Keybindings +my_keys = MyKeys(mod="mod4", + browser="qutebrowser", + term="alacritty") keys = my_keys.init_keys() dgroups_key_binder = simple_key_binder("mod4") |