diff --git a/flake.nix b/flake.nix index c91b6b2..17446c0 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ ./modules/environment.nix ./modules/waydroid.nix home-manager.nixosModules.default - inputs.anyrun.homeManagerModules.default +# inputs.anyrun.homeManagerModules.default ]; }; }; diff --git a/home-manager/home.nix b/home-manager/home.nix index d441d0e..c028722 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -95,14 +95,20 @@ # Monitor settings monitor = eDP-2, 2560x1600@165, 0x0, auto # main laptop monitor - monitor = DP-3, 1920x1080@60, -1280x-1080, auto # left external monitor - monitor = DP-2, 1920x1080@60, 640x-1080, auto # right external monitor + monitor = DP-3, 1920x1080@144, -1280x-1080, auto # left external monitor + monitor = DP-2, 1920x1080@144, 640x-1080, auto # right external monitor debug:disable_logs = false # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mod, mouse:272, movewindow bindm = $mod, mouse:273, resizewindow + + xwayland { + force_zero_scaling = true + } + env = GDK_SCALE,1 + env = XCUERSOR_SIZE,32 ''; }; # Hyprland configuration @@ -237,40 +243,40 @@ }; }; - programs.anyrun = { - enable = true; - config = { - plugins = [ +# programs.anyrun = { +# enable = true; +# config = { +# plugins = [ # An array of all the plugins you want, which either can be paths to the .so files, or their packages # inputs.anyrun.packages.${pkgs.system}.applications # ./some_plugin.so # "${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex" - ]; - x = { fraction = 0.5; }; - y = { fraction = 0.3; }; - width = { fraction = 0.3; }; - hideIcons = false; - ignoreExclusiveZones = false; - layer = "overlay"; - hidePluginInfo = false; - closeOnClick = false; - showResultsImmediately = false; - maxEntries = null; - }; - extraCss = '' - .some_class { - background: red; - } - ''; +# ]; +# x = { fraction = 0.5; }; +# y = { fraction = 0.3; }; +# width = { fraction = 0.3; }; +# hideIcons = false; +# ignoreExclusiveZones = false; +# layer = "overlay"; +# hidePluginInfo = false; +# closeOnClick = false; +# showResultsImmediately = false; +# maxEntries = null; +# }; +# extraCss = '' +# .some_class { +# background: red; +# } +# ''; - extraConfigFiles."some-plugin.ron".text = '' - Config( - // for any other plugin - // this file will be put in ~/.config/anyrun/some-plugin.ron - // refer to docs of xdg.configFile for available options - ) - ''; - }; +# extraConfigFiles."some-plugin.ron".text = '' +# Config( +# // for any other plugin +# // this file will be put in ~/.config/anyrun/some-plugin.ron +# // refer to docs of xdg.configFile for available options +# ) +# ''; +# }; services.blueman-applet.enable = true; }