diff options
| author | EuAndreh <eu@euandre.org> | 2022-08-22 07:22:07 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-08-22 07:22:07 -0300 |
| commit | 7326453a2b7017b28611bdbf8131acf30971698d (patch) | |
| tree | 66ab4bcb5ec3fec18a4585507d49942c6bf59c69 /etc | |
| parent | etc/guix/home.scm: Add packages (diff) | |
| download | dotfiles-7326453a2b7017b28611bdbf8131acf30971698d.tar.gz dotfiles-7326453a2b7017b28611bdbf8131acf30971698d.tar.xz | |
etc/i3/config: Add keybinding for yubikey menu
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/i3/config | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/i3/config b/etc/i3/config index d91c95c..06e578b 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -55,11 +55,12 @@ bindsym $mod+Shift+q kill -bindsym $mod+p exec menu bin -bindsym $mod+o exec menu emoji -bindsym $mod+v exec menu clipboard -bindsym $mod+i exec menu password -bindsym $mod+Control+i exec menu username +bindsym $mod+p exec menu bin +bindsym $mod+o exec menu emoji +bindsym $mod+v exec menu clipboard +bindsym $mod+i exec menu password +bindsym $mod+Control+i exec menu username +bindsym $mod+Control+Shift+i exec menu yubikey |
