init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
default_shell "fish"
|
||||
default_layout "compact"
|
||||
show_startup_tips false
|
||||
|
||||
theme "matugen"
|
||||
|
||||
keybinds {
|
||||
normal {
|
||||
bind "Alt h" { MoveFocus "Left"; }
|
||||
bind "Alt l" { MoveFocus "Right"; }
|
||||
bind "Alt j" { MoveFocus "Down"; }
|
||||
bind "Alt k" { MoveFocus "Up"; }
|
||||
}
|
||||
|
||||
move {
|
||||
bind "h" { MovePane "Left"; }
|
||||
bind "l" { MovePane "Right"; }
|
||||
bind "j" { MovePane "Down"; }
|
||||
bind "k" { MovePane "Up"; }
|
||||
}
|
||||
|
||||
resize {
|
||||
bind "h" { Resize "Increase Left"; }
|
||||
bind "l" { Resize "Increase Right"; }
|
||||
bind "j" { Resize "Increase Down"; }
|
||||
bind "k" { Resize "Increase Up"; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
themes {
|
||||
matugen {
|
||||
fg "#f8dcdc"
|
||||
bg "#362626"
|
||||
black "#2b1c1c"
|
||||
red "#ffb78a"
|
||||
orange "#f5b8a7"
|
||||
green "#ffb3b5"
|
||||
yellow "#663c2f"
|
||||
blue "#920025"
|
||||
magenta "#6b3a17"
|
||||
cyan "#dbc0c0"
|
||||
white "#f8dcdc"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user