From 64344e0e36a1a98f6b54239ed1efd45b59436be9 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Tue, 19 May 2026 14:37:28 +0200 Subject: [PATCH] updated ghostty config + added new binds --- README.md | 2 ++ ghostty/config.ghostty | 8 ++++---- ghostty/themes/dankcolors | 42 +++++++++++++++++++-------------------- mango/binds.conf | 11 ++++++++++ mango/dms/colors.conf | 6 +++--- sdgos/tips/tips.list | 2 +- 6 files changed, 42 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 0613250..f5dd942 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,8 @@ just message me on discord lmao. # 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. 17-05-2026 - added auto-updater as well as install script. diff --git a/ghostty/config.ghostty b/ghostty/config.ghostty index 095e11d..497348a 100644 --- a/ghostty/config.ghostty +++ b/ghostty/config.ghostty @@ -23,8 +23,8 @@ split-inherit-working-directory = true -keybind = ctrl+up=new_split:up -keybind = ctrl+down=new_split:down -keybind = ctrl+left=new_split:left -keybind = ctrl+right=new_split:right +keybind = alt+up=new_split:up +keybind = alt+down=new_split:down +keybind = alt+left=new_split:left +keybind = alt+right=new_split:right keybind = ctrl+r=reload_config \ No newline at end of file diff --git a/ghostty/themes/dankcolors b/ghostty/themes/dankcolors index 525f425..2e43346 100644 --- a/ghostty/themes/dankcolors +++ b/ghostty/themes/dankcolors @@ -1,22 +1,22 @@ -background = #141218 -foreground = #e6e0e9 -cursor-color = #d0bcff -selection-background = #4f378b -selection-foreground = #e6e0e9 +background = #101418 +foreground = #e0e2e8 +cursor-color = #9ecafc +selection-background = #154974 +selection-foreground = #e0e2e8 -palette = 0=#141218 -palette = 1=#ff728f -palette = 2=#7fff9a -palette = 3=#ffda72 -palette = 4=#bca5f2 -palette = 5=#4e3d76 -palette = 6=#D0BCFF -palette = 7=#f4efff -palette = 8=#9d99a5 -palette = 9=#ff9fb2 -palette = 10=#a5ffb8 -palette = 11=#ffe7a5 -palette = 12=#d7c6ff -palette = 13=#ded0ff -palette = 14=#e9e0ff -palette = 15=#faf8ff +palette = 0=#101418 +palette = 1=#ff729c +palette = 2=#7efc8f +palette = 3=#fff772 +palette = 4=#84b6ef +palette = 5=#244a74 +palette = 6=#9ecafc +palette = 7=#eff6ff +palette = 8=#979da3 +palette = 9=#ff9fbb +palette = 10=#a5ffb1 +palette = 11=#fffaa5 +palette = 12=#aed3ff +palette = 13=#bcdbff +palette = 14=#d4e8ff +palette = 15=#f8fbff diff --git a/mango/binds.conf b/mango/binds.conf index 902841e..5050d0b 100644 --- a/mango/binds.conf +++ b/mango/binds.conf @@ -103,6 +103,17 @@ bind=SUPER,7,view,7,1 # focus workspace 7 bind=SUPER,8,view,8,1 # focus workspace 8 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 # btn_left and btn_right can't bind none mod key diff --git a/mango/dms/colors.conf b/mango/dms/colors.conf index 698a31e..8324447 100644 --- a/mango/dms/colors.conf +++ b/mango/dms/colors.conf @@ -1,6 +1,6 @@ # ! Auto-generated file. Do not edit directly. # Remove source = ./dms/colors.conf from your config to override. -bordercolor = 0x948f99ff -focuscolor = 0xd0bcffff -urgentcolor = 0xf2b8b5ff +bordercolor = 0x8c9199ff +focuscolor = 0x9ecafcff +urgentcolor = 0xffb4abff diff --git a/sdgos/tips/tips.list b/sdgos/tips/tips.list index ca729e2..b4702f3 100644 --- a/sdgos/tips/tips.list +++ b/sdgos/tips/tips.list @@ -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+[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 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 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