mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway/config] start keepassxc with ssh-agent variables
This commit is contained in:
parent
8c8689dbf2
commit
814e5a7271
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ focus_follows_mouse no
|
||||||
bindsym $mod+Tab workspace next
|
bindsym $mod+Tab workspace next
|
||||||
bindsym Shift+$mod+Tab workspace prev
|
bindsym Shift+$mod+Tab workspace prev
|
||||||
|
|
||||||
bindsym $mod+m exec keepassxc
|
bindsym $mod+m exec eval $(keychain -q --nogui --agents ssh --timeout 600 --eval) && keepassxc
|
||||||
bindsym $mod+e exec subl3
|
bindsym $mod+e exec subl3
|
||||||
bindsym $mod+w exec firefox
|
bindsym $mod+w exec firefox
|
||||||
bindsym $mod+u exec feedreader
|
bindsym $mod+u exec feedreader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue