fix hypr config add laptop
This commit is contained in:
parent
a2d656577a
commit
cfb9549094
2 changed files with 6 additions and 3 deletions
|
@ -268,7 +268,6 @@ source=~/.config/hypr/frappe.conf
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
env = NIXOS_OZONE_WL,1
|
env = NIXOS_OZONE_WL,1
|
||||||
env = KUBECONFIG,/home/insert/Desktop/k3s.yaml
|
env = KUBECONFIG,/home/insert/Desktop/k3s.yaml
|
||||||
|
@ -281,7 +280,7 @@ exec-once = watch waybar
|
||||||
exec-once = wayvnc 100.120.210.58
|
exec-once = wayvnc 100.120.210.58
|
||||||
exec-once = mako
|
exec-once = mako
|
||||||
exec-once = swww init
|
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 = ln -sf $XDG_RUNTIME_DIR/{app/com.discordapp.Discord,}/discord-ipc-0
|
||||||
exec-once = systemctl --user import-environment PATH
|
exec-once = systemctl --user import-environment PATH
|
||||||
exec-once = systemctl --user restart xdg-desktop-portal.service
|
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
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, Q, exec, kitty zsh
|
bind = $mainMod, Q, exec, kitty zsh
|
||||||
bind = $mainMod, C, exec, ~/Documents/closewindow.sh
|
bind = $mainMod, C, killactive,
|
||||||
#bind = $mainMod, M, exit,
|
#bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, kitty nnn
|
bind = $mainMod, E, exec, kitty nnn
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
|
|
4
special/insertlaptop.nix
Normal file
4
special/insertlaptop.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ inputs, config, lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
networking.hostName = "insertlaptop";
|
||||||
|
}
|
Loading…
Reference in a new issue