Compare commits

...

2 Commits

Author SHA1 Message Date
3b94dc69c2 Ghostty Fix 2025-06-29 22:01:21 +02:00
e628e6c6db Ghostty 2025-06-29 22:01:21 +02:00
4 changed files with 40 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
font-family =
font-family-bold =
font-family-italic =
font-family-bold-italic =
font-size = 16
theme =
background = 131313
foreground = ffffff
cursor-color =
cursor-invert-fg-bg = false
cursor-opacity = 1
cursor-style = block
cursor-style-blink = true
background-opacity = .7
background-blur = false
maximize = true
fullscreen = false

View File

@@ -0,0 +1,17 @@
font-family =
font-family-bold =
font-family-italic =
font-family-bold-italic =
font-size = 14
theme =
background = 131313
foreground = ffffff
cursor-color =
cursor-invert-fg-bg = false
cursor-opacity = 1
cursor-style = block
cursor-style-blink = true
background-opacity = .7
background-blur = false
maximize = true
fullscreen = false

View File

@@ -50,5 +50,5 @@ bind = $mainMod SHIFT, S, movetoworkspace, special:magic
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
bind = $mainMod alt, right, workspace, e+1
bind = $mainMod alt, left, workspace, e-1
bind = $mainMod CTRL, right, workspace, e+1
bind = $mainMod CTRL, left, workspace, e-1

View File

@@ -12,11 +12,11 @@ general {
border_size = 4
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
# col.inactive_border = rgba(595959aa)
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
col.active_border = rgba(cc1330ee)
col.inactive_border = rgba(303030dd)
# col.active_border = rgba(cc1330ee)
# col.inactive_border = rgba(303030dd)
# Set to true enable resizing windows by clicking and dragging on borders and gaps