forked from nico/dots
ghostty: init
This commit is contained in:
parent
071d622b7c
commit
3591f5d5b3
5 changed files with 14 additions and 4 deletions
7
stow/.config/ghostty/config
Normal file
7
stow/.config/ghostty/config
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
theme = tokyonight
|
||||
background-opacity = 0.9
|
||||
|
||||
window-decoration = true
|
||||
|
||||
font-family = "JetBrainsMono Nerd Font"
|
||||
font-size = 18
|
||||
|
|
@ -112,7 +112,7 @@ misc {
|
|||
disable_hyprland_logo = true # makes swww startup more seemless
|
||||
|
||||
enable_swallow = true
|
||||
swallow_regex = ^(kitty)$
|
||||
swallow_regex = ^(com.mitchellh.ghostty)$
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -158,7 +158,7 @@ device {
|
|||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, Q, exec, ghostty
|
||||
bind = $mainMod, B, exec, firefox
|
||||
bind = $mainMod, D, exec, ulauncher-toggle
|
||||
bind = $mainMod, S, exec, hyprshot -z --clipboard-only -m region
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue