forked from nico/dots
ghostty: init
This commit is contained in:
parent
071d622b7c
commit
3591f5d5b3
5 changed files with 14 additions and 4 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ghostty
|
||||
|
||||
gimp
|
||||
audacity
|
||||
obsidian
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
system.defaults.dock.tilesize = 48;
|
||||
system.defaults.dock.persistent-apps = [
|
||||
"${pkgs.firefox}/Applications/Firefox.app"
|
||||
"${pkgs.kitty}/Applications/Kitty.app"
|
||||
"${pkgs.ghostty}/Applications/Ghostty.app"
|
||||
"/System/Applications/Finder.app"
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
programs.hyprlock.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
ghostty
|
||||
|
||||
waybar
|
||||
swww
|
||||
grim
|
||||
|
|
|
|||
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