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
|
||||||
|
|
@ -8,6 +8,7 @@ env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||||
env = QT_SCALE_FACTOR,1.25
|
env = QT_SCALE_FACTOR,1.25
|
||||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||||
|
env = QT_STYLE_OVERRIDE,kvantum
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
env = XDG_SESSION_DESKTOP,Hyprland
|
env = XDG_SESSION_DESKTOP,Hyprland
|
||||||
env = XDG_SESSION_TYPE,wayland
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Monitors
|
# Monitors
|
||||||
monitor=,preferred,auto,1.25
|
#monitor=,preferred,auto,1.25
|
||||||
|
|
||||||
# NOTE: for laptop, kindly check notes in Laptops.conf regarding display
|
# 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.
|
# Created this inorder for the monitor display to not wake up if not intended.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
$files = thunar
|
$files = thunar
|
||||||
$term = kitty
|
$term = ghostty
|
||||||
$scriptsDir = $HOME/.config/hypr/scripts
|
$scriptsDir = $HOME/.config/hypr/scripts
|
||||||
$UserScripts = $HOME/.config/hypr/UserScripts
|
$UserScripts = $HOME/.config/hypr/UserScripts
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -53,11 +53,14 @@ decoration {
|
||||||
dim_inactive = true
|
dim_inactive = true
|
||||||
dim_strength = 0.1
|
dim_strength = 0.1
|
||||||
|
|
||||||
drop_shadow=true
|
#todo fix
|
||||||
shadow_range=6
|
shadow {
|
||||||
shadow_render_power = 1
|
enabled=true
|
||||||
#col.shadow = $color2
|
range=6
|
||||||
col.shadow_inactive = 0x50000000
|
render_power=1
|
||||||
|
#color= $color2
|
||||||
|
color_inactive = 0x50000000
|
||||||
|
}
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
@ -150,5 +153,5 @@ xwayland {
|
||||||
}
|
}
|
||||||
|
|
||||||
# toolkit-specific scale
|
# toolkit-specific scale
|
||||||
env = GDK_SCALE,2
|
env = GDK_SCALE,1.25
|
||||||
env = XCURSOR_SIZE,32
|
env = XCURSOR_SIZE,32
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue