diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 17:35:47 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 17:35:47 -0600 |
| commit | e0db34ff74766f0f306b55782a2163f7f387e747 (patch) | |
| tree | 8c1b4c8aa82bccebb9371e3f5ef620a1a2e107a8 /dot_config/sway | |
| parent | 24800b2bb604cf1b7d5ec16ffc2641b41c37465d (diff) | |
Update gopass commands
Diffstat (limited to 'dot_config/sway')
| -rw-r--r-- | dot_config/sway/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 5fc079b..8129467 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -155,6 +155,11 @@ bindsym $mod+Shift+z exec firefox --private-window bindsym $mod+Shift+backslash exec foot ncmpcpp +bindsym $mod+p exec gopassmenu -t +bindsym $mod+Shift+p exec gopassmenu +bindsym $mod+o exec gousermenu -t +bindsym $mod+Shift+o exec gousermenu + # Lock bindsym $mod+grave exec pkill -USR1 swayidle bindsym $mod+Shift+grave exec pkill -USR2 waybar |