Fix SwayNotificationCenter Keybinding
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
- [[#hyprland-configuration][Hyprland Configuration]]
|
||||
- [[#monitors][Monitors]]
|
||||
- [[#startup][Startup]]
|
||||
- [[#default-programs][Default Programs]]
|
||||
- [[#variables][Variables]]
|
||||
- [[#environment-variables][Environment Variables]]
|
||||
- [[#input][Input]]
|
||||
- [[#general][General]]
|
||||
@@ -74,12 +74,13 @@ Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
#+END_SRC
|
||||
|
||||
** Default Programs
|
||||
** Variables
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
$notification-center = swaync-client -t -sw
|
||||
#+END_SRC
|
||||
|
||||
** Environment Variables
|
||||
@@ -356,5 +357,5 @@ bindm = $mainMod, mouse:273, resizewindow
|
||||
**** SwayNotificationCenter
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
bindm = $mainMod SHIFT, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod SHIFT, N, exec, $notification-center
|
||||
#+END_SRC
|
||||
|
@@ -8,6 +8,7 @@ exec-once = swaync & /usr/lib/polkit-kde-authentication-agent-1
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
$notification-center = swaync-client -t -sw
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
@@ -154,4 +155,4 @@ 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
|
||||
bind = $mainMod SHIFT, N, exec, $notification-center
|
||||
|
Reference in New Issue
Block a user