updated ghostty config + added new binds

This commit is contained in:
2026-05-19 14:37:28 +02:00
parent c29688ed30
commit 64344e0e36
6 changed files with 42 additions and 29 deletions
+2
View File
@@ -198,6 +198,8 @@ just message me on discord lmao.
# Updates: # Updates:
19-05-2026 - updated ghostty config to use alt+arrows instead of ctrl+arrows for panes, added super+alt+numbers to toggle workspaces for multi-workspace view
18-05-2026 - added tips, better ghostty and zsh configuration and a project manager TUI to open your github repo's in VSCode. 18-05-2026 - added tips, better ghostty and zsh configuration and a project manager TUI to open your github repo's in VSCode.
17-05-2026 - added auto-updater as well as install script. 17-05-2026 - added auto-updater as well as install script.
+4 -4
View File
@@ -23,8 +23,8 @@ split-inherit-working-directory = true
keybind = ctrl+up=new_split:up keybind = alt+up=new_split:up
keybind = ctrl+down=new_split:down keybind = alt+down=new_split:down
keybind = ctrl+left=new_split:left keybind = alt+left=new_split:left
keybind = ctrl+right=new_split:right keybind = alt+right=new_split:right
keybind = ctrl+r=reload_config keybind = ctrl+r=reload_config
+21 -21
View File
@@ -1,22 +1,22 @@
background = #141218 background = #101418
foreground = #e6e0e9 foreground = #e0e2e8
cursor-color = #d0bcff cursor-color = #9ecafc
selection-background = #4f378b selection-background = #154974
selection-foreground = #e6e0e9 selection-foreground = #e0e2e8
palette = 0=#141218 palette = 0=#101418
palette = 1=#ff728f palette = 1=#ff729c
palette = 2=#7fff9a palette = 2=#7efc8f
palette = 3=#ffda72 palette = 3=#fff772
palette = 4=#bca5f2 palette = 4=#84b6ef
palette = 5=#4e3d76 palette = 5=#244a74
palette = 6=#D0BCFF palette = 6=#9ecafc
palette = 7=#f4efff palette = 7=#eff6ff
palette = 8=#9d99a5 palette = 8=#979da3
palette = 9=#ff9fb2 palette = 9=#ff9fbb
palette = 10=#a5ffb8 palette = 10=#a5ffb1
palette = 11=#ffe7a5 palette = 11=#fffaa5
palette = 12=#d7c6ff palette = 12=#aed3ff
palette = 13=#ded0ff palette = 13=#bcdbff
palette = 14=#e9e0ff palette = 14=#d4e8ff
palette = 15=#faf8ff palette = 15=#f8fbff
+11
View File
@@ -103,6 +103,17 @@ bind=SUPER,7,view,7,1 # focus workspace 7
bind=SUPER,8,view,8,1 # focus workspace 8 bind=SUPER,8,view,8,1 # focus workspace 8
bind=SUPER,9,view,9,1 # focus workspace 9 bind=SUPER,9,view,9,1 # focus workspace 9
# add workspaces to vie with mainmod + alt + [1-9]
bind=SUPER+alt,1,toggleview,1 # toggle on workspace 1
bind=SUPER+alt,2,toggleview,2 # toggle on workspace 2
bind=SUPER+alt,3,toggleview,3 # toggle on workspace 3
bind=SUPER+alt,4,toggleview,4 # toggle on workspace 4
bind=SUPER+alt,5,toggleview,5 # toggle on workspace 5
bind=SUPER+alt,6,toggleview,6 # toggle on workspace 6
bind=SUPER+alt,7,toggleview,7 # toggle on workspace 7
bind=SUPER+alt,8,toggleview,8 # toggle on workspace 8
bind=SUPER+alt,9,toggleview,9 # toggle on workspace 9
# Mouse Button Bindings # Mouse Button Bindings
# btn_left and btn_right can't bind none mod key # btn_left and btn_right can't bind none mod key
+3 -3
View File
@@ -1,6 +1,6 @@
# ! Auto-generated file. Do not edit directly. # ! Auto-generated file. Do not edit directly.
# Remove source = ./dms/colors.conf from your config to override. # Remove source = ./dms/colors.conf from your config to override.
bordercolor = 0x948f99ff bordercolor = 0x8c9199ff
focuscolor = 0xd0bcffff focuscolor = 0x9ecafcff
urgentcolor = 0xf2b8b5ff urgentcolor = 0xffb4abff
+1 -1
View File
@@ -22,7 +22,7 @@
[SDG-OS Tips]: Did you know? You can use SUPER+SHIFT+[1-9] to move windows to specific workspaces [SDG-OS Tips]: Did you know? You can use SUPER+SHIFT+[1-9] to move windows to specific workspaces
[SDG-OS Tips]: Did you know? You can use SUPER+[1-9] to focus specific workspaces [SDG-OS Tips]: Did you know? You can use SUPER+[1-9] to focus specific workspaces
[SDG-OS Tips]: Did you know? You can use SUPER+SHIFT+up/down to exchange stack direction [SDG-OS Tips]: Did you know? You can use SUPER+SHIFT+up/down to exchange stack direction
[SDG-OS Tips]: Did you know? You can use Ctrl+Arrow keys in Ghostty to split panes [SDG-OS Tips]: Did you know? You can use Alt+Arrow keys in Ghostty to split panes
[SDG-OS Tips]: Did you know? You can use Ctrl+R in Ghostty to reload the configuration [SDG-OS Tips]: Did you know? You can use Ctrl+R in Ghostty to reload the configuration
[SDG-OS Tips]: Did you know? You can use zoxide's 'cd' integration to jump between directories you've visited before using partial names with fzf [SDG-OS Tips]: Did you know? You can use zoxide's 'cd' integration to jump between directories you've visited before using partial names with fzf
[SDG-OS Tips]: Did you know? You can use 'pacgui' to launch the graphical package installer [SDG-OS Tips]: Did you know? You can use 'pacgui' to launch the graphical package installer