# vim:ft=config # Disable window decotations window-decoration = false gtk-adwaita = false confirm-close-surface = false # Set window padding window-padding-x = 5 window-padding-y = 5 # Set keybinds for splits keybind = ctrl+shift+backslash=new_split:right keybind = ctrl+shift+minus=new_split:down keybind = ctrl+shift+left=goto_split:left keybind = ctrl+shift+h=goto_split:left keybind = ctrl+shift+down=goto_split:bottom keybind = ctrl+shift+j=goto_split:bottom keybind = ctrl+shift+up=goto_split:top keybind = ctrl+shift+k=goto_split:top keybind = ctrl+shift+right=goto_split:right keybind = ctrl+shift+l=goto_split:right # Set keybinds for changing font size keybind = ctrl+shift+9=decrease_font_size:1 keybind = ctrl+shift+0=increase_font_size:1 keybind = ctrl+shift+equal=reset_font_size # Set keybind for reloading config keybind = ctrl+shift+r=reload_config # Set font font-family = Iosevka Custom font-style-bold = false font-size = 14 # Set theme theme = nord background = #1c1f26 foreground = #d8dee9 background-opacity = 0.9