mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 09:31:38 +01:00
more hyprland tweaks
This commit is contained in:
parent
9d6cebdf55
commit
3aeccfaa52
2 changed files with 8 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Should work out of the box:\
|
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)
|
## Currently configured machines (aka available hostnames)
|
||||||
### thinkpad
|
### thinkpad
|
||||||
|
|
|
@ -93,10 +93,14 @@ $mainMod = SUPER
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, Return, exec, alacritty
|
bind = $mainMod, Return, exec, alacritty
|
||||||
bind = $mainMod SHIFT, Q, killactive,
|
bind = $mainMod SHIFT, Q, killactive,
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, Space, togglefloating,
|
||||||
bind = $mainMod, F, 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 = ALT, Space, exec, wofi --show drun
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
|
||||||
bind = $mainMod, S, togglesplit, # dwindlr
|
bind = $mainMod, S, togglesplit, # dwindlr
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
|
|
Loading…
Reference in a new issue