Compare commits

..

3 commits

Author SHA1 Message Date
e92ae47067 disable kitty transparency 2021-12-16 20:32:20 -05:00
21b1495621 make osf-gd sticky 2021-12-16 20:31:19 -05:00
8d2967296a reverse fzf-tab sort
this allows datestamps to be displayed newest-first
2021-12-16 20:29:20 -05:00
3 changed files with 4 additions and 2 deletions

View file

@ -184,7 +184,8 @@ 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="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
# 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,6 +97,7 @@ _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 ))'