mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-28 11:43:51 -08:00
fix: add GSK_RENDERER to fix broken gtk
This commit is contained in:
parent
3623b797f3
commit
cc6c8b637e
1 changed files with 8 additions and 6 deletions
|
@ -23,12 +23,14 @@
|
|||
"$Right" = "L";
|
||||
"$Up" = "K";
|
||||
"$Down" = "J";
|
||||
# env = [
|
||||
env = [
|
||||
# "HYPRCURSOR_THEME,Bibata-Modern-Ice"
|
||||
# "HYPRCURSOR_SIZE,26"
|
||||
# "XCURSOR_THEME,Bibata-Modern-Ice"
|
||||
# "XCURSOR_SIZE,26"
|
||||
# ];
|
||||
# fix <https://github.com/NixOS/nixpkgs/issues/353990>
|
||||
"GSK_RENDERER,gl"
|
||||
];
|
||||
bind = [
|
||||
# Application Keybinds
|
||||
"$mod, T, exec, ${pkgs.kitty}/bin/kitty"
|
||||
|
|
Loading…
Reference in a new issue