Adds config for kitty and updated keybinds

This commit is contained in:
Michel Fedde 2025-02-15 18:32:02 +01:00
parent 34ccf3ab61
commit 4154533fa1
5 changed files with 61 additions and 4 deletions

View file

@ -95,8 +95,8 @@ bind = $mainMod CTRL, H, movecurrentworkspacetomonitor, l
bind = $mainMod CTRL, K, movecurrentworkspacetomonitor, u bind = $mainMod CTRL, K, movecurrentworkspacetomonitor, u
bind = $mainMod CTRL, J, movecurrentworkspacetomonitor, d bind = $mainMod CTRL, J, movecurrentworkspacetomonitor, d
bind = $mainMod, F, fullscreen, 0 bind = ALT, Return, fullscreen, 0
bind = $mainMod SHIFT, F, fullscreen, 1 bind = $mainMod, Space, fullscreen, 1
$mainMod = SUPER $mainMod = SUPER
$files = thunar $files = thunar

View file

@ -0,0 +1,47 @@
background #282828
foreground #d4be98
selection_background #d4be98
selection_foreground #282828
cursor #a89984
cursor_text_color background
active_tab_background #282828
active_tab_foreground #d4be98
active_tab_font_style bold
inactive_tab_background #282828
inactive_tab_foreground #a89984
inactive_tab_font_style normal
# Black
color0 #665c54
color8 #928374
# Red
color1 #ea6962
color9 #ea6962
# Green
color2 #a9b665
color10 #a9b665
# Yellow
color3 #e78a4e
color11 #d8a657
# Blue
color4 #7daea3
color12 #7daea3
# Magenta
color5 #d3869b
color13 #d3869b
# Cyan
color6 #89b482
color14 #89b482
# White
color7 #d4be98
color15 #d4be98

10
.config/kitty/kitty.conf Normal file
View file

@ -0,0 +1,10 @@
include gruvbox.conf
font_family family="JetBrainsMono Nerd Font Mono"
bold_font auto
italic_font auto
bold_italic_font auto
font_size 12.0

View file

@ -7,5 +7,5 @@
"news": { "news": {
"NEWS.md": "10960" "NEWS.md": "10960"
}, },
"version": 8 "version": 7
} }

View file

@ -10,6 +10,6 @@ alias vim='nvim'
alias note='(cd ~/Notes/ && ENABLE_GIT_SETUP=true nvim ~/Notes/)' alias note='(cd ~/Notes/ && ENABLE_GIT_SETUP=true nvim ~/Notes/)'
alias note-diary='(cd ~/Notes/ && ENABLE_GIT_SETUP=true nvim ~/Notes/Diary.md)' alias note-diary='(cd ~/Notes/ && ENABLE_GIT_SETUP=true nvim ~/Notes/Diary.md)'
alias note-dsa='(cd ~/DSA/ && ENABLE_GIT_SETUP=true nvim ~/DSA/)' alias note-dsa='(cd ~/DSA/ && ENABLE_GIT_SETUP=true nvim ~/DSA/)'
alias note-dsa-players='(cd ~/DSA/Spieler/ && nvim ~/DSA/Spieler/)' alias note-dsa-players='(cd ~/DSA/Spieler/ && ENABLE_GIT_SETUP=true nvim ~/DSA/Spieler/)'
eval "$(zoxide init bash --cmd cd)" eval "$(zoxide init bash --cmd cd)"