dkwooa
This commit is contained in:
parent
e1c9a58312
commit
26cb9266d7
5 changed files with 132 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export EDITOR:neovide
|
||||
SETUVAR --export EDITOR:nvim
|
||||
SETUVAR LESS:RAW\x2dCONTROL\x2dCHARS
|
||||
SETUVAR __fish_initialized:4300
|
||||
SETUVAR fish_greeting:\x1d
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ match-counter=yes
|
|||
# delayed-filter-ms=300
|
||||
# delayed-filter-limit=20000
|
||||
# show-actions=no
|
||||
# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
|
||||
terminal=alacritty -e # Note: you cannot actually use environment variables here
|
||||
# launch-prefix=<not set>
|
||||
# list-executables-in-path=no
|
||||
|
||||
|
|
|
|||
|
|
@ -349,11 +349,11 @@ window-rule {
|
|||
max-height 37
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"ipe$"# title="^Create text object$"
|
||||
open-floating false
|
||||
default-column-width { proportion 0.2; }
|
||||
}
|
||||
// window-rule {
|
||||
// match app-id=r#"ipe$"# title="^Create text object$"
|
||||
// open-floating false
|
||||
// default-column-width { proportion 0.2; }
|
||||
// }
|
||||
|
||||
window-rule {
|
||||
match is-floating=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue