more hyprland tweaks

This commit is contained in:
Rouven Seifert 2023-01-22 21:52:38 +01:00
parent 9d6cebdf55
commit 3aeccfaa52
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 8 additions and 4 deletions

View file

@ -15,7 +15,7 @@
## Installation
Should work out of the box:\
Clone the repo, copy your hardware configuration to `./hosts/<hostname>`, run `nixos-rebuild switch --flake .#<hostname>/hardware-configuration.nix` and you are good to go.
Clone the repo, copy your hardware configuration to `./hosts/<hostname>/hardware-configuration.nix`, run `nixos-rebuild switch --flake .#<hostname>` and you are good to go.
## Currently configured machines (aka available hostnames)
### thinkpad

View file

@ -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