diff --git a/.alsoftrc b/.alsoftrc new file mode 100644 index 0000000..35edc25 --- /dev/null +++ b/.alsoftrc @@ -0,0 +1,3 @@ +[general] +drivers=pulse +hrtf=true diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 406da25..9cf831c 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -57,7 +57,7 @@ shape = "Block" TERM = "xterm-256color" [font] -size = 12 +size = 10 [font.bold] family = "JetBrainsMono Nerd Font" diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e59ab2a..ccecaab 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -15,7 +15,7 @@ source = ~/.config/hypr/hyprland/layout.conf source = ~/.config/hypr/hyprland/monitors.conf source = ~/.config/hypr/hyprland/env.conf source = ~/.config/hypr/hyprland/rules.conf -#source = ~/.config/hypr/hyprland/autostart.conf +source = ~/.config/hypr/hyprland/autostart.conf diff --git a/.config/hypr/hyprland/autostart.conf b/.config/hypr/hyprland/autostart.conf new file mode 100644 index 0000000..09a2b09 --- /dev/null +++ b/.config/hypr/hyprland/autostart.conf @@ -0,0 +1,3 @@ +# Set Darkmode +exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps + diff --git a/.config/hypr/hyprland/decoration.conf b/.config/hypr/hyprland/decoration.conf index 243b73e..4d0d3cc 100644 --- a/.config/hypr/hyprland/decoration.conf +++ b/.config/hypr/hyprland/decoration.conf @@ -1,7 +1,7 @@ decoration { rounding = 0 active_opacity = 1.0 - inactive_opacity = 0.9 + inactive_opacity = 1.0 fullscreen_opacity = 1.0 dim_inactive = false dim_strength = 0.5