diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..70519c3 --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,3 @@ +theme = catppuccin-macchiato +font-family = AnkaCoder Nerd Font +window-decoration = false diff --git a/.config/hypr/UserConfigs/ENVariables.conf b/.config/hypr/UserConfigs/ENVariables.conf index 9ee9ae6..8e7098d 100644 --- a/.config/hypr/UserConfigs/ENVariables.conf +++ b/.config/hypr/UserConfigs/ENVariables.conf @@ -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 diff --git a/.config/hypr/UserConfigs/Monitors.conf b/.config/hypr/UserConfigs/Monitors.conf index a63f0c0..1586587 100644 --- a/.config/hypr/UserConfigs/Monitors.conf +++ b/.config/hypr/UserConfigs/Monitors.conf @@ -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. diff --git a/.config/hypr/UserConfigs/UserKeybinds.conf b/.config/hypr/UserConfigs/UserKeybinds.conf index 41b6145..0f1c117 100644 --- a/.config/hypr/UserConfigs/UserKeybinds.conf +++ b/.config/hypr/UserConfigs/UserKeybinds.conf @@ -7,7 +7,7 @@ $mainMod = SUPER $files = thunar -$term = kitty +$term = ghostty $scriptsDir = $HOME/.config/hypr/scripts $UserScripts = $HOME/.config/hypr/UserScripts diff --git a/.config/hypr/UserConfigs/UserSettings.conf b/.config/hypr/UserConfigs/UserSettings.conf index 17015a8..9a88df8 100644 --- a/.config/hypr/UserConfigs/UserSettings.conf +++ b/.config/hypr/UserConfigs/UserSettings.conf @@ -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