diff options
author | neodarz <neodarz@neodarz.net> | 2019-05-16 17:24:58 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-05-16 17:24:58 +0200 |
commit | e6d3579a105b078d85d6f289c7735d29f29cabb8 (patch) | |
tree | 594a617cdaa2d3e9dfd382ff887e5eb7d2746659 /i3 | |
parent | 469e62e70891a37ec4016fcd025f979859074ef7 (diff) | |
download | dotfiles_ascii-e6d3579a105b078d85d6f289c7735d29f29cabb8.tar.xz dotfiles_ascii-e6d3579a105b078d85d6f289c7735d29f29cabb8.zip |
Use new pinentry script to select if this need GUI or TUI
By default is TUI but if a programm need a GUI for acces gpg keys
just add PINENTRY_USER_DATA="gtk" before start it.
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index c9ce53c..24941cd 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -116,7 +116,7 @@ bindsym $WinKey+Shift+F8 exec alacritty -e qutebrowser #bindsym $AltKey+a exec urxvt -name floatme --background "#000000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e "pygmentize ~/.zsh/aliases.zsh | less" #bindsym $WinKey+Shift+v move morkspace to output right bindsym $WinKey+control+l exec i3lock-fancy -p -n -bindsym $WinKey+p exec rofi-pass +bindsym $WinKey+p exec ~/.scripts/launch_rofi-pass.sh #bindsym $WinKey+Shift+$AltKey+0 exec ~/.config/i3/switch-workspace.py 6 bindsym XF86AudioPlay exec ~/.config/i3/switch_audio.sh 8 bindsym $WinKey+g exec ~/.scripts/cycle-workspace.py |