Skip to content

Commit

Permalink
🔧 hyprland: bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Feb 19, 2024
1 parent 3b7caf7 commit f44c8d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions home/gwen/conf/ui/wayland/hyprland/config/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store"
"xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 1"
"echo 'Xft.dpi: 130' | xrdb -merge"
"xwaylandvideobridge &"
#"xwaylandvideobridge &"
];
animations = {
enabled = true;
Expand Down
5 changes: 0 additions & 5 deletions home/gwen/conf/ui/wayland/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ in
];

sessionVariables = {
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
QT_QPA_PLATFORM = "wayland;xcb";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
SDL_VIDEODRIVER = "wayland";
Expand All @@ -132,10 +131,6 @@ in
XDG_SESSION_TYPE = "wayland";
MOZ_ENABLE_WAYLAND = "1";
QT_STYLE_OVERRIDE = "kvantum";
QT_SCALE_FACTOR = "1";
ELM_SCALE = "1";
GDK_SCALE = "1";
SAL_USE_VCLPLUGIN = "gtk3";
};
};

Expand Down

0 comments on commit f44c8d6

Please sign in to comment.