mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
updated ghostty and hyprland config
This commit is contained in:
parent
4ec9cfba8f
commit
6009358da6
5 changed files with 16 additions and 9 deletions
3
.config/ghostty/config
Normal file
3
.config/ghostty/config
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
theme = catppuccin-macchiato
|
||||
font-family = AnkaCoder Nerd Font
|
||||
window-decoration = false
|
||||
|
|
@ -5,9 +5,10 @@ env = CLUTTER_BACKEND,wayland
|
|||
env = GDK_BACKEND,wayland,x11
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1.25
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
env = QT_SCALE_FACTOR,1.25
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env = QT_STYLE_OVERRIDE,kvantum
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
# Monitors
|
||||
monitor=,preferred,auto,1.25
|
||||
#monitor=,preferred,auto,1.25
|
||||
|
||||
# NOTE: for laptop, kindly check notes in Laptops.conf regarding display
|
||||
# Created this inorder for the monitor display to not wake up if not intended.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
$mainMod = SUPER
|
||||
$files = thunar
|
||||
$term = kitty
|
||||
$term = ghostty
|
||||
$scriptsDir = $HOME/.config/hypr/scripts
|
||||
$UserScripts = $HOME/.config/hypr/UserScripts
|
||||
|
||||
|
|
|
|||
|
|
@ -53,11 +53,14 @@ decoration {
|
|||
dim_inactive = true
|
||||
dim_strength = 0.1
|
||||
|
||||
drop_shadow=true
|
||||
shadow_range=6
|
||||
shadow_render_power = 1
|
||||
#col.shadow = $color2
|
||||
col.shadow_inactive = 0x50000000
|
||||
#todo fix
|
||||
shadow {
|
||||
enabled=true
|
||||
range=6
|
||||
render_power=1
|
||||
#color= $color2
|
||||
color_inactive = 0x50000000
|
||||
}
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
|
|
@ -150,5 +153,5 @@ xwayland {
|
|||
}
|
||||
|
||||
# toolkit-specific scale
|
||||
env = GDK_SCALE,2
|
||||
env = GDK_SCALE,1.25
|
||||
env = XCURSOR_SIZE,32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue