fix hypr config add laptop

This commit is contained in:
insert 2024-04-13 18:20:34 -04:00
parent a2d656577a
commit cfb9549094
Signed by: insert
GPG key ID: A70775C389ACF105
2 changed files with 6 additions and 3 deletions

View file

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

4
special/insertlaptop.nix Normal file
View file

@ -0,0 +1,4 @@
{ inputs, config, lib, pkgs, ... }:
{
networking.hostName = "insertlaptop";
}