Home Gen95 @ 2024-04-25-21:25

This commit is contained in:
Jonas Röger 2024-04-25 21:25:33 +02:00
parent 69c767c92a
commit 0880333ded

View File

@ -1,16 +1,19 @@
{ {
inputs,
config, config,
pkgs, pkgs,
... ...
}: { }: {
programs.rofi.enable = true;
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
systemd.variables = ["--all"];
settings = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
bind = bind =
[ [
"$mod, F, exec, firefox" "$mod d, exec, ${pkgs.rofi}"
", Print, exec, grimblast copy area"
] ]
++ ( ++ (
# workspaces # workspaces
@ -47,13 +50,13 @@
kb_layout = "de"; kb_layout = "de";
kb_variant = ""; kb_variant = "";
kb_model = ""; kb_model = "";
kb_options = ""; kb_options = "caps:ctrl_modifier";
kb_rules = ""; kb_rules = "";
follow_mouse = 1; follow_mouse = 1;
touchpad = { touchpad = {
natural_scroll = "no"; natural_scroll = "yes";
}; };
sensitivity = 0; # -1.0 - 1.0, 0 means no modification. sensitivity = 0; # -1.0 - 1.0, 0 means no modification.