From 3aeccfaa52bc79c55b1b3aff1dd66300bae080f1 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Sun, 22 Jan 2023 21:52:38 +0100 Subject: [PATCH] more hyprland tweaks --- README.md | 2 +- users/rouven/modules/hyprland/hyprland.conf | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f80a54..a451f8d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Installation Should work out of the box:\ -Clone the repo, copy your hardware configuration to `./hosts/`, run `nixos-rebuild switch --flake .#/hardware-configuration.nix` and you are good to go. +Clone the repo, copy your hardware configuration to `./hosts//hardware-configuration.nix`, run `nixos-rebuild switch --flake .#` and you are good to go. ## Currently configured machines (aka available hostnames) ### thinkpad diff --git a/users/rouven/modules/hyprland/hyprland.conf b/users/rouven/modules/hyprland/hyprland.conf index 17e657d..0f494dd 100644 --- a/users/rouven/modules/hyprland/hyprland.conf +++ b/users/rouven/modules/hyprland/hyprland.conf @@ -93,10 +93,14 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Return, exec, alacritty bind = $mainMod SHIFT, Q, killactive, -bind = $mainMod, M, exit, -bind = $mainMod, F, togglefloating, +bind = $mainMod, Space, togglefloating, +bind = $mainMod, F, fullscreen, 0 # fullscreen +bind = $mainMod, M, fullscreen, 1 # maximize +bind = $mainMod SHIFT, F, fakefullscreen, 0 +bind = $mainMod, O, swapactiveworkspaces, 0 1 +bind = $mainMod, U, focusurgentorlast bind = ALT, Space, exec, wofi --show drun -bind = $mainMod, P, pseudo, # dwindle + bind = $mainMod, S, togglesplit, # dwindlr # Move focus with mainMod + arrow keys