diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-31 21:47:10 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-31 21:47:10 +0100 |
commit | 38006d183970d3612159277cf31c76e58eba70c5 (patch) | |
tree | cda8d8a400469c66d5994c4fe00e329eef0e7366 | |
parent | 61c133121cf83651615e95265d0923e59fb6031b (diff) |
Adds key binding for bringing up keepassxc
-rw-r--r-- | sway/config-laptop | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config-laptop b/sway/config-laptop index 167e238..f14e03a 100644 --- a/sway/config-laptop +++ b/sway/config-laptop @@ -233,6 +233,8 @@ bindsym $mod+r mode "resize" # copyq bindsym $mod+Shift+v exec copyq toggle +bindsym $mod+Control+9 exec keepassxc + # Assignments assign [app_id="Firefox-esr"] 2 for_window [app_id="Firefox-esr"] focus |