add NIXOS_OZONE_WL=1 to sessionVariables
also changed wofi run command to run using zsh -c 'wofi command' in order to inherit said variable. this was prompted due to weird context menu artifacts in Signal Desktop
This commit is contained in:
parent
56ff6d79c8
commit
fc5326de0a
2 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@
|
||||||
XCURSOR_SIZE = 24;
|
XCURSOR_SIZE = 24;
|
||||||
# Set default editor
|
# Set default editor
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
NIXOS_OZONE_WL = 1 ;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
"$mod, F, exec, firefox"
|
"$mod, F, exec, firefox"
|
||||||
"$mod, 1, exec, alacritty"
|
"$mod, 1, exec, alacritty"
|
||||||
"$mod, D, exec, vesktop"
|
"$mod, D, exec, vesktop"
|
||||||
"$mod, space, exec, wofi --show drun, run"
|
"$mod, space, exec, zsh -c 'wofi --show drun, run'"
|
||||||
|
|
||||||
# Screenshot tool
|
# Screenshot tool
|
||||||
", Print, exec, grimblast copy area"
|
", Print, exec, grimblast copy area"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue