SwayNotificationCenter
- Add swaync to run at startup - Add keybinding to open swaync
This commit is contained in:
10
README.org
10
README.org
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user