summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-03-23 20:27:57 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-03-23 20:27:57 -0400
commit752de9a6d554b2849281507f841e4adaadf209cf (patch)
treefcd4ac460f7602852af7f323514aca99d5ad43b3 /home-config
parent5778ed35445ad2838f9ae9184160a669efc53a4d (diff)
updated apps, messed with firefox some (need to rewrite), added
headphone "autoconnect"
Diffstat (limited to 'home-config')
-rw-r--r--home-config/home-configuration.scm3
-rw-r--r--home-config/hypr/hyprland.conf3
2 files changed, 5 insertions, 1 deletions
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 @@
114 "password-store" 114 "password-store"
115 "node" 115 "node"
116 "kanshi" 116 "kanshi"
117 "firefox"
117 "git-lfs")) 118 "git-lfs"))
118 (list my-neovim wl-mirror firefox-wayland-new calcurse-fixed))) 119 (list my-neovim wl-mirror calcurse-fixed)))
119 120
120 ;; Below is the list of Home services. To search for available 121 ;; Below is the list of Home services. To search for available
121 ;; services, run 'guix home search KEYWORD' in a terminal. 122 ;; 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
138bind = ,XF86AudioPrev, exec, playerctl previous 138bind = ,XF86AudioPrev, exec, playerctl previous
139bind = ,XF86AudioStop, exec, playerctl stop 139bind = ,XF86AudioStop, exec, playerctl stop
140 140
141# "Auto-connect headphones"
142bind = $mainMod, H, exec, bluetoothctl connect AC:80:0A:1C:D6:C7
143
141# Move workspace between monitors 144# Move workspace between monitors
142bind = $mainMod CTRL SHIFT, left, movecurrentworkspacetomonitor, l 145bind = $mainMod CTRL SHIFT, left, movecurrentworkspacetomonitor, l
143bind = $mainMod CTRL SHIFT, right, movecurrentworkspacetomonitor, r 146bind = $mainMod CTRL SHIFT, right, movecurrentworkspacetomonitor, r