xwayland not working

This commit is contained in:
Charlie Root 2024-05-29 11:37:09 +02:00
commit 1cf166ab2a
5 changed files with 68 additions and 121 deletions

View file

@ -17,7 +17,7 @@ in {
programs.spicetify = {
enable = true;
spotifyPackage = pkgs.spotify;
theme = spicePkgs.themes.Onepunch;
#theme = spicePkgs.themes.Onepunch;
colorScheme = "mocha";
enabledExtensions = with spicePkgs.extensions; [
shuffle

View file

@ -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 = [

View file

@ -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?