back to ghostty

This commit is contained in:
2026-04-01 17:03:26 +02:00
parent cb6606340f
commit 93e8a13765
16 changed files with 187 additions and 52 deletions
+4 -4
View File
@@ -13,9 +13,9 @@ binds {
Mod+C repeat=false { spawn "code"; }
Mod+E repeat=false { spawn "dolphin" "--new-window"; }
Mod+W repeat=false { spawn-sh "zen || zen-browser"; }
Mod+B repeat=false { spawn-sh "pkill -x -n btop || wezterm -e btop"; }
Mod+Shift+T repeat=false { spawn "wezterm"; }
Mod+Shift+Return repeat=false { spawn "wezterm"; }
Mod+B repeat=false { spawn-sh "pkill -x -n btop || ghostty +new-window -e btop"; }
Mod+Shift+T repeat=false { spawn "ghostty" "+new-window"; }
Mod+Shift+Return repeat=false { spawn "ghostty" "+new-window"; }
Mod+T repeat=false { spawn "kitty"; }
Mod+Return repeat=false { spawn "kitty"; }
Mod+Shift+W repeat=false { spawn "wallreel"; }
@@ -41,7 +41,7 @@ binds {
Alt+Space repeat=false { spawn-sh "pkill -x rofi || rofi -show drun"; }
// Actions
Mod+V repeat=false { spawn "wezterm" "start" "--" "fzfclip-wrap"; }
Mod+V repeat=false { spawn-sh "ghostty +new-window -e fzfclip-wrap"; }
Mod+Period repeat=false { spawn-sh "pkill -x rofi || rofi-emoji"; }
Print repeat=false { screenshot-screen; }
Mod+Shift+S repeat=false { screenshot; }
@@ -19,6 +19,7 @@ window-rule {
// FLoating terminal
window-rule {
match app-id="org.wezfurlong.wezterm"
match app-id="com.mitchellh.ghostty"
open-floating true
default-column-width { proportion 0.5; }
}