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")
|
||||
---
|
||||
# To Do List
|
||||
* Reduces duplicate configs
|
||||
* [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache)
|
||||
* [ ] vscode / emacs
|
||||
* 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
|
||||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Laptop specific:
|
||||
monitor=,highrr,auto,1.25
|
||||
$mainMod = SUPER
|
||||
|
||||
# Set up the FN keys:
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Monitor specific:
|
||||
monitor=,2560x1440,auto,1
|
||||
$mainMod = SUPER
|
||||
|
||||
# Start the config:
|
||||
exec-once=bash ~/.config/hypr/start.sh
|
||||
|
|
Loading…
Reference in a new issue