From 9ef755496771774d805bb93c77e9bff2403813c9 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 12 Jan 2025 14:20:20 -0600 Subject: [PATCH] feat: added some hypr stuff --- home/modules/hyprland/hyprland/config/bind.nix | 2 ++ home/modules/hyprland/hyprland/config/exec-once.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/home/modules/hyprland/hyprland/config/bind.nix b/home/modules/hyprland/hyprland/config/bind.nix index e49e46b..60619df 100755 --- a/home/modules/hyprland/hyprland/config/bind.nix +++ b/home/modules/hyprland/hyprland/config/bind.nix @@ -23,6 +23,7 @@ "R, exec, ghostty -e nu -e btm" "N, exec, signal-desktop" "M, exec, element-desktop" + "Home, exec, sudo protonvpn c --cc CA" "End, exec, hyprctl dispatch exit" "S, exec, steam" "period, exec, emote" @@ -93,6 +94,7 @@ "2, movetoworkspacesilent, 2" "3, movetoworkspacesilent, 3" "4, movetoworkspacesilent, 4" + "End, exec, shutdown now" ]; in superBinds diff --git a/home/modules/hyprland/hyprland/config/exec-once.nix b/home/modules/hyprland/hyprland/config/exec-once.nix index 5da5118..66a5608 100755 --- a/home/modules/hyprland/hyprland/config/exec-once.nix +++ b/home/modules/hyprland/hyprland/config/exec-once.nix @@ -12,6 +12,7 @@ "pkill easyeffects" "emote" "flameshot" + "protonvpn c -cc CA" "pactl set-default-sink alsa_output.usb-Focusrite_Scarlett_2i2_USB_Y818KFJ0C671CE-00.HiFi__Line1__sink" "pactl set-default-source alsa_input.usb-Focusrite_Scarlett_2i2_USB_Y818KFJ0C671CE-00.HiFi__Mic1__source" "gsettings set org.gnome.desktop.interface cursor-theme 'catppuccin-mocha-dark-cursors'"