From 752de9a6d554b2849281507f841e4adaadf209cf Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 23 Mar 2024 20:27:57 -0400 Subject: updated apps, messed with firefox some (need to rewrite), added headphone "autoconnect" --- home-config/home-configuration.scm | 3 ++- home-config/hypr/hyprland.conf | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'home-config') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index f6d8240..c3214cc 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -114,8 +114,9 @@ "password-store" "node" "kanshi" + "firefox" "git-lfs")) - (list my-neovim wl-mirror firefox-wayland-new calcurse-fixed))) + (list my-neovim wl-mirror calcurse-fixed))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index b8da5be..ce2913c 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf @@ -138,6 +138,9 @@ bind = ,XF86AudioNext, exec, playerctl next bind = ,XF86AudioPrev, exec, playerctl previous bind = ,XF86AudioStop, exec, playerctl stop +# "Auto-connect headphones" +bind = $mainMod, H, exec, bluetoothctl connect AC:80:0A:1C:D6:C7 + # Move workspace between monitors bind = $mainMod CTRL SHIFT, left, movecurrentworkspacetomonitor, l bind = $mainMod CTRL SHIFT, right, movecurrentworkspacetomonitor, r -- cgit v1.2.3