xwayland not working
This commit is contained in:
parent
636dcf4cda
commit
1cf166ab2a
5 changed files with 68 additions and 121 deletions
|
@ -15,7 +15,6 @@
|
|||
swww
|
||||
wlsunset
|
||||
;
|
||||
inherit (inputs.waybar.packages.${pkgs.system}) waybar;
|
||||
inherit
|
||||
(inputs.split-monitor-workspaces.packages.${pkgs.system})
|
||||
split-monitor-workspaces
|
||||
|
@ -241,7 +240,7 @@ in {
|
|||
# Reload hyprland
|
||||
"$mainMod, R, exec, ${hyprland}/bin/hyprctl reload"
|
||||
# Restart waybar
|
||||
"$mainMod CONTROL, B, exec, ${pkgs.procps}/bin/pkill waybar || ${waybar}/bin/waybar"
|
||||
"$mainMod CONTROL, B, exec, ${pkgs.procps}/bin/pkill waybar || ${pkgs.waybar}/bin/waybar"
|
||||
];
|
||||
binde = [
|
||||
# window focus
|
||||
|
@ -296,7 +295,7 @@ in {
|
|||
|
||||
"${swww}/bin/swww-daemon"
|
||||
"${wlsunset}/bin/wlsunset -S 06:00 -s 20:00"
|
||||
"${waybar}/bin/waybar"
|
||||
"${pkgs.waybar}/bin/waybar"
|
||||
];
|
||||
|
||||
exec = [
|
||||
|
|
|
@ -44,7 +44,6 @@ in {
|
|||
XDG_CURRENT_DESKTOP = "Hyprland";
|
||||
XDG_SESSION_DESKTOP = "Hyprland";
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||
# GDK_BACKEND = "wayland";
|
||||
WLR_RENDERER_ALLOW_SOFTWARE = "1";
|
||||
# QT_QPA_PLATFORM = "wayland";
|
||||
# Needed anymore?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue