Compare commits

..

No commits in common. "e92ae47067ad8c1ad58e04a0d8232549e54240c7" and "df3809461c76b90ce5e10992d5a69eb62e239f27" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View file

@ -184,8 +184,7 @@ for_window [class="guvcview"] floating enable
for_window [class="gajim"] floating enable
for_window [class="FLTK"] floating enable
for_window [class="mpv"] fullscreen enable
for_window [title="Gnuplot window 0"] floating enable
for_window [title="OpenSeeFace GD"] floating enable, sticky enable
for_window [title="Gnuplot window 0"] floating enable]
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)

View file

@ -466,7 +466,7 @@ visual_bell_duration 0.1
#: 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
#: opaque and 0 is fully transparent. This will only work if

View file

@ -97,7 +97,6 @@ _fzf_tab_remove_space() {
$'\033[38;5;214m' $'\033[38;5;165m' $'\033[38;5;124m' $'\033[38;5;120m'
}
(( $+FZF_TAB_OPTS )) || FZF_TAB_OPTS=(
--tac
--ansi # Enable ANSI color support, necessary for showing groups
--expect='$continuous_trigger' # For continuous completion
'--color=hl:$(( $#headers == 0 ? 108 : 255 ))'