diff --git a/fish/config.fish b/fish/config.fish index bdcde6c..e52294a 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -57,3 +57,11 @@ ifpresent cod 'cod init %self fish | source' ifpresent opam 'eval (opam env)' ifpresent navi 'navi widget fish | source' +# fw init +if test -x (command -v fw) + if test -x (command -v fzf) + fw print-fish-setup -f | source + else + fw print-fish-setup | source + end +end diff --git a/i3/config b/i3/config index 22dc794..1595ba7 100755 --- a/i3/config +++ b/i3/config @@ -195,6 +195,9 @@ no_focus [class="plasmashell" window_type="notification"] # kill window which covers everything for_window [title="Desktop — Plasma"] kill, floating enable, border none +# enable icons (requires git version of i3 at the moment) +for_window [class=".*"] title_window_icon on + # random settings focus_follows_mouse no