added some XDG variables to the hyprland config
This commit is contained in:
@@ -49,8 +49,19 @@ in
|
|||||||
"4,persistent=true,monitor:eDP-1"
|
"4,persistent=true,monitor:eDP-1"
|
||||||
];
|
];
|
||||||
|
|
||||||
layerrule = ["blur,waybar" "ignorezero,waybar" "blur,launcher"];
|
env = [
|
||||||
windowrule = ["opacity 0.8,nemo"];
|
"XDG_CONFIG_HOME,$HOME/.config"
|
||||||
|
"XDG_DATA_HOME,$HOME/.local/share"
|
||||||
|
"XDG_CACHE_HOME,$HOME/.cache"
|
||||||
|
];
|
||||||
|
layerrule = [
|
||||||
|
"blur,waybar"
|
||||||
|
"ignorezero,waybar"
|
||||||
|
"blur,launcher"
|
||||||
|
];
|
||||||
|
windowrule = [
|
||||||
|
"opacity 0.8,nemo"
|
||||||
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us";
|
kb_layout = "us";
|
||||||
|
|||||||
Reference in New Issue
Block a user