Compare commits
3 commits
df3809461c
...
e92ae47067
Author | SHA1 | Date | |
---|---|---|---|
e92ae47067 | |||
21b1495621 | |||
8d2967296a |
3 changed files with 4 additions and 2 deletions
|
@ -184,7 +184,8 @@ for_window [class="guvcview"] floating enable
|
||||||
for_window [class="gajim"] floating enable
|
for_window [class="gajim"] floating enable
|
||||||
for_window [class="FLTK"] floating enable
|
for_window [class="FLTK"] floating enable
|
||||||
for_window [class="mpv"] fullscreen enable
|
for_window [class="mpv"] fullscreen enable
|
||||||
for_window [title="Gnuplot window 0"] floating enable]
|
for_window [title="Gnuplot window 0"] floating enable
|
||||||
|
for_window [title="OpenSeeFace GD"] floating enable, sticky enable
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
|
|
|
@ -466,7 +466,7 @@ visual_bell_duration 0.1
|
||||||
|
|
||||||
#: The foreground and background colors
|
#: The foreground and background colors
|
||||||
|
|
||||||
background_opacity 0.8
|
#background_opacity 0.8
|
||||||
|
|
||||||
#: The opacity of the background. A number between 0 and 1, where 1 is
|
#: The opacity of the background. A number between 0 and 1, where 1 is
|
||||||
#: opaque and 0 is fully transparent. This will only work if
|
#: opaque and 0 is fully transparent. This will only work if
|
||||||
|
|
|
@ -97,6 +97,7 @@ _fzf_tab_remove_space() {
|
||||||
$'\033[38;5;214m' $'\033[38;5;165m' $'\033[38;5;124m' $'\033[38;5;120m'
|
$'\033[38;5;214m' $'\033[38;5;165m' $'\033[38;5;124m' $'\033[38;5;120m'
|
||||||
}
|
}
|
||||||
(( $+FZF_TAB_OPTS )) || FZF_TAB_OPTS=(
|
(( $+FZF_TAB_OPTS )) || FZF_TAB_OPTS=(
|
||||||
|
--tac
|
||||||
--ansi # Enable ANSI color support, necessary for showing groups
|
--ansi # Enable ANSI color support, necessary for showing groups
|
||||||
--expect='$continuous_trigger' # For continuous completion
|
--expect='$continuous_trigger' # For continuous completion
|
||||||
'--color=hl:$(( $#headers == 0 ? 108 : 255 ))'
|
'--color=hl:$(( $#headers == 0 ? 108 : 255 ))'
|
||||||
|
|
Loading…
Reference in a new issue