SwayNotificationCenter

- Add swaync to run at startup
- Add keybinding to open swaync
This commit is contained in:
Sravan Balaji
2024-02-27 17:02:22 -05:00
parent d1b5595c71
commit 4e0cb8d04a
2 changed files with 13 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
- [[#special-workspace][Special Workspace]]
- [[#scroll-through-workspaces][Scroll Through Workspaces]]
- [[#moveresize-windows][Move/Resize Windows]]
- [[#application-specific][Application Specific]]
* Welcome
@@ -64,6 +65,7 @@ Execute these apps on launch
#+BEGIN_SRC conf :tangle hyprland.conf
# exec-once = waybar & hyprpaper & firefox
exec-once = swaync
#+END_SRC
Source a file (multi-file configs)
@@ -348,3 +350,11 @@ Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
#+END_SRC
*** Application Specific
**** SwayNotificationCenter
#+BEGIN_SRC conf :tangle hyprland.conf
bindm = $mainMod SHIFT, N, exec, swaync-client -t -sw
#+END_SRC

View File

@@ -1,6 +1,7 @@
monitor=,preferred,auto,auto
# exec-once = waybar & hyprpaper & firefox
exec-once = swaync
# source = ~/.config/hypr/myColors.conf
@@ -152,3 +153,5 @@ bind = $mainMod, mouse_up, workspace, e-1
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
bindm = $mainMod SHIFT, N, exec, swaync-client -t -sw