teswt
This commit is contained in:
parent
f5d6de7932
commit
85928497b1
4 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
![Gruv'd Hyprland](./docs/screenshot.png "Hyprland with a Gruvboxy theme")
|
![Gruv'd Hyprland](./docs/screenshot.png "Hyprland with a Gruvboxy theme")
|
||||||
---
|
---
|
||||||
# To Do List
|
# To Do List
|
||||||
* Reduces duplicate configs
|
|
||||||
* [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache)
|
* [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache)
|
||||||
* [ ] vscode / emacs
|
* [ ] vscode / emacs
|
||||||
* Add the nix lsp - [Link](https://github.com/nix-community/rnix-lsp)
|
* Add the nix lsp - [Link](https://github.com/nix-community/rnix-lsp)
|
||||||
|
|
|
@ -96,7 +96,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$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, Q, exec, kitty
|
bind = $mainMod, Q, exec, kitty
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
# Laptop specific:
|
# Laptop specific:
|
||||||
monitor=,highrr,auto,1.25
|
monitor=,highrr,auto,1.25
|
||||||
|
$mainMod = SUPER
|
||||||
|
|
||||||
# Set up the FN keys:
|
# Set up the FN keys:
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
# Monitor specific:
|
# Monitor specific:
|
||||||
monitor=,2560x1440,auto,1
|
monitor=,2560x1440,auto,1
|
||||||
|
$mainMod = SUPER
|
||||||
|
|
||||||
# Start the config:
|
# Start the config:
|
||||||
exec-once=bash ~/.config/hypr/start.sh
|
exec-once=bash ~/.config/hypr/start.sh
|
||||||
|
|
Loading…
Reference in a new issue