From 0880333ded738d0c8309c222869dde17432cc737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Thu, 25 Apr 2024 21:25:33 +0200 Subject: [PATCH] Home Gen95 @ 2024-04-25-21:25 --- home/jonas/hyprland.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/home/jonas/hyprland.nix b/home/jonas/hyprland.nix index 0d08362..a9e7c56 100644 --- a/home/jonas/hyprland.nix +++ b/home/jonas/hyprland.nix @@ -1,16 +1,19 @@ { + inputs, config, pkgs, ... }: { + programs.rofi.enable = true; + wayland.windowManager.hyprland = { enable = true; + systemd.variables = ["--all"]; settings = { "$mod" = "SUPER"; bind = [ - "$mod, F, exec, firefox" - ", Print, exec, grimblast copy area" + "$mod d, exec, ${pkgs.rofi}" ] ++ ( # workspaces @@ -47,13 +50,13 @@ kb_layout = "de"; kb_variant = ""; kb_model = ""; - kb_options = ""; + kb_options = "caps:ctrl_modifier"; kb_rules = ""; follow_mouse = 1; touchpad = { - natural_scroll = "no"; + natural_scroll = "yes"; }; sensitivity = 0; # -1.0 - 1.0, 0 means no modification.