mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Removes notifications from espanso, fixes keybind for launching unifi.
This commit is contained in:
3
env/.config/espanso/config/default.yml
vendored
3
env/.config/espanso/config/default.yml
vendored
@@ -35,5 +35,6 @@ auto_restart: true
|
|||||||
# Because injecting long texts char-by-char is a slow operation, espanso automatically
|
# Because injecting long texts char-by-char is a slow operation, espanso automatically
|
||||||
# uses the clipboard if the text is longer than 'clipboard_threshold' characters.
|
# uses the clipboard if the text is longer than 'clipboard_threshold' characters.
|
||||||
# clipboard_threshold: 100
|
# clipboard_threshold: 100
|
||||||
|
#
|
||||||
|
show_notifications: false
|
||||||
# For a list of all the available options, visit the official docs at: https://espanso.org/docs/
|
# For a list of all the available options, visit the official docs at: https://espanso.org/docs/
|
||||||
|
|||||||
2
env/.config/hypr/keybinds.conf
vendored
2
env/.config/hypr/keybinds.conf
vendored
@@ -48,7 +48,7 @@ bind = $mainMod, P, exec, $pwa "https://pass.proton.me"
|
|||||||
bind = $mainMod SHIFT, P, pseudo, # dwindle
|
bind = $mainMod SHIFT, P, pseudo, # dwindle
|
||||||
bind = $mainMod SHIFT, R, exec, ~/.local/bin/waybar-restart
|
bind = $mainMod SHIFT, R, exec, ~/.local/bin/waybar-restart
|
||||||
bind = $mainMod, Y, exec, $pwa "https://youtube.com"
|
bind = $mainMod, Y, exec, $pwa "https://youtube.com"
|
||||||
bind = $mainMod, U, exec, $pwd "https://unifi.ui.com"
|
bind = $mainMod, U, exec, $pwa "https://unifi.ui.com"
|
||||||
bind = $mainMod SHIFT, U, exec, $terminal --class=com.ghostty.float -e ~/.local/scripts/uninstall-desktop-app
|
bind = $mainMod SHIFT, U, exec, $terminal --class=com.ghostty.float -e ~/.local/scripts/uninstall-desktop-app
|
||||||
bind = $mainMod, V, exec, $terminal --class=com.ghostty.clipse -e clipse
|
bind = $mainMod, V, exec, $terminal --class=com.ghostty.clipse -e clipse
|
||||||
bind = $mainMod, W, killactive,
|
bind = $mainMod, W, killactive,
|
||||||
|
|||||||
Reference in New Issue
Block a user