From ba497ab995a125c794398e1c211cd5dbd43f062d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 10 Jun 2018 17:35:10 +0200 Subject: Misc changes --- .i3/config | 3 +++ .vimperatorrc | 3 +++ .zshenv | 1 + 3 files changed, 7 insertions(+) diff --git a/.i3/config b/.i3/config index 3f15059..9e12f0f 100644 --- a/.i3/config +++ b/.i3/config @@ -225,6 +225,9 @@ bindsym $mod+Ctrl+s exec $nsi mpc single # feh should be floating for_window [class="^feh$"] floating enable +# so should be pinentry +for_window [class="^Pinentry$"] floating enable + # Thunderbird stuff assign [class="^Thunderbird$"] → mail for_window [class="^Thunderbird$"] floating enable diff --git a/.vimperatorrc b/.vimperatorrc index ef5c403..4ce9949 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -24,6 +24,9 @@ set! middlemouse.contentLoadURL=false " FF setting: disable highlighting of the domain name set! browser.urlbar.formatting.enabled=false +" FF setting: do not close window when closing the last tab +set! browser.tabs.closeWindowWithLastTab=false + " better navigation in forums set previouspattern^=\\b[zZ]urück\\b set nextpattern^=\\b[wW]eiter\\b diff --git a/.zshenv b/.zshenv index 1054766..dcc1b30 100644 --- a/.zshenv +++ b/.zshenv @@ -26,3 +26,4 @@ export PASSWORD_STORE_CLIP_TIME=20 export ECHANGELOG_USER="René Neumann (Necoro) " export EDITOR=vim export GTK2_RC_FILES="/home/necoro/.gtkrc-2.0" +export WINEDLLOVERRIDES=winemenubuilder.exe=d -- cgit v1.2.3