fix: added missing dotfiles and removed unnecessary files/packages
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
# Font Configuration
|
||||
font-family = CaskaydiaMono Nerd Font
|
||||
font-size = 12
|
||||
|
||||
# Window Configuration
|
||||
window-decoration = false
|
||||
window-padding-x = 0
|
||||
window-padding-y = 0
|
||||
background-opacity = 1.0
|
||||
|
||||
# Cursor Configuration
|
||||
cursor-style = block
|
||||
cursor-style-blink = true
|
||||
|
||||
# Scrollback
|
||||
scrollback-limit = 512000
|
||||
|
||||
# Terminal features
|
||||
mouse-hide-while-typing = true
|
||||
copy-on-select = false
|
||||
confirm-close-surface = false
|
||||
mouse-scroll-multiplier = 0.6
|
||||
app-notifications = no-clipboard-copy
|
||||
|
||||
# Working directory
|
||||
window-inherit-working-directory = false
|
||||
working-directory = home
|
||||
|
||||
# Notifications
|
||||
notify-on-command-finish = unfocused
|
||||
notify-on-command-finish-action = bell,notify
|
||||
notify-on-command-finish-after = 5s
|
||||
|
||||
# Key bindings for common actions
|
||||
# keybind = ctrl+shift+,=reload_config ## Default reload config shortcut
|
||||
keybind = ctrl+shift+n=new_window
|
||||
keybind = ctrl+t=new_tab
|
||||
keybind = ctrl+plus=increase_font_size:1
|
||||
keybind = ctrl+minus=decrease_font_size:1
|
||||
keybind = ctrl+zero=reset_font_size
|
||||
keybind = ctrl+enter=unbind
|
||||
|
||||
# GTK
|
||||
gtk-titlebar = false
|
||||
gtk-single-instance = false
|
||||
|
||||
# Shell integration
|
||||
shell-integration = detect
|
||||
shell-integration-features = cursor,sudo,title,no-cursor
|
||||
keybind = shift+enter=text:\n
|
||||
|
||||
# Theme
|
||||
unfocused-split-opacity = 0.7
|
||||
unfocused-split-fill = #44464f
|
||||
background-opacity = 0.8
|
||||
background-blur = true
|
||||
# Dank color generation
|
||||
theme = dankcolors
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
background = #191114
|
||||
foreground = #eedfe3
|
||||
cursor-color = #ffb0d1
|
||||
selection-background = #6e334f
|
||||
selection-foreground = #eedfe3
|
||||
|
||||
palette = 0=#191114
|
||||
palette = 1=#ff7279
|
||||
palette = 2=#a0ff7f
|
||||
palette = 3=#ffe172
|
||||
palette = 4=#f298bd
|
||||
palette = 5=#76324f
|
||||
palette = 6=#ffb0d1
|
||||
palette = 7=#ffeff6
|
||||
palette = 8=#a5999e
|
||||
palette = 9=#ff9fa4
|
||||
palette = 10=#bcffa5
|
||||
palette = 11=#ffeca5
|
||||
palette = 12=#ffbbd7
|
||||
palette = 13=#ffc7de
|
||||
palette = 14=#ffdbea
|
||||
palette = 15=#fff8fb
|
||||
Reference in New Issue
Block a user