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