Compare commits
2 Commits
0b4740a3f4
...
3b94dc69c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b94dc69c2 | |||
| e628e6c6db |
17
.config/ghostty/config##default
Normal file
17
.config/ghostty/config##default
Normal 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
|
||||
17
.config/ghostty/config##hostname.ROTOM
Normal file
17
.config/ghostty/config##hostname.ROTOM
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user