From cfb9549094b5125079877442eed00d588e15b1d2 Mon Sep 17 00:00:00 2001 From: insert Date: Sat, 13 Apr 2024 18:20:34 -0400 Subject: [PATCH] fix hypr config add laptop --- home-files.nix | 5 ++--- special/insertlaptop.nix | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 special/insertlaptop.nix diff --git a/home-files.nix b/home-files.nix index f383df1..03c9652 100644 --- a/home-files.nix +++ b/home-files.nix @@ -268,7 +268,6 @@ source=~/.config/hypr/frappe.conf # source = ~/.config/hypr/myColors.conf # Some default env vars. -env = XCURSOR_SIZE,24 env = WLR_NO_HARDWARE_CURSORS,1 env = NIXOS_OZONE_WL,1 env = KUBECONFIG,/home/insert/Desktop/k3s.yaml @@ -281,7 +280,7 @@ exec-once = watch waybar exec-once = wayvnc 100.120.210.58 exec-once = mako exec-once = swww init -exec-once = sleep 5 & swww img /home/insert/Documents/nixos.png +exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png #exec-once = ln -sf $XDG_RUNTIME_DIR/{app/com.discordapp.Discord,}/discord-ipc-0 exec-once = systemctl --user import-environment PATH exec-once = systemctl --user restart xdg-desktop-portal.service @@ -378,7 +377,7 @@ $mainMod = ALT # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, kitty zsh -bind = $mainMod, C, exec, ~/Documents/closewindow.sh +bind = $mainMod, C, killactive, #bind = $mainMod, M, exit, bind = $mainMod, E, exec, kitty nnn bind = $mainMod, V, togglefloating, diff --git a/special/insertlaptop.nix b/special/insertlaptop.nix new file mode 100644 index 0000000..3bf2637 --- /dev/null +++ b/special/insertlaptop.nix @@ -0,0 +1,4 @@ +{ inputs, config, lib, pkgs, ... }: +{ + networking.hostName = "insertlaptop"; +} \ No newline at end of file