mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-18 15:33:53 +01:00
update configs
This commit is contained in:
parent
e04ce88bfa
commit
7dd187b459
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue