minor changed and added alsoftrc to get minecraft working
This commit is contained in:
parent
fe75cdfebf
commit
9ade6aa600
@ -57,7 +57,7 @@ shape = "Block"
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 12
|
||||
size = 10
|
||||
|
||||
[font.bold]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
3
.config/hypr/hyprland/autostart.conf
Normal file
3
.config/hypr/hyprland/autostart.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# Set Darkmode
|
||||
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user