✨ feat(hypr): new scratchpads: topgrade for pacman and for all the system
This commit is contained in:
parent
1447cdfe0e
commit
555c8868d3
3 changed files with 14 additions and 5 deletions
|
@ -39,7 +39,8 @@ bind = SUPERSHIFT, I, exec, pypr toggle gpt && hyprctl dispatch bringactivetotop
|
||||||
bind = SUPERSHIFT, B, exec, pypr toggle bluetooth && hyprctl dispatch bringactivetotop
|
bind = SUPERSHIFT, B, exec, pypr toggle bluetooth && hyprctl dispatch bringactivetotop
|
||||||
bind = SUPER, E, exec, pypr toggle yazi && hyprctl dispatch bringactivetotop
|
bind = SUPER, E, exec, pypr toggle yazi && hyprctl dispatch bringactivetotop
|
||||||
bind = SUPER, D, exec, pypr toggle dots && hyprctl dispatch bringactivetotop
|
bind = SUPER, D, exec, pypr toggle dots && hyprctl dispatch bringactivetotop
|
||||||
bind = SUPERSHIFT, C, exec, pypr toggle cava && hyprctl dispatch bringactivetotop
|
bind = SUPER, U, exec, pypr toggle topgrade-system && hyprctl dispatch bringactivetotop
|
||||||
|
bind = SUPERSHIFT, U, exec, pypr toggle topgrade-all && hyprctl dispatch bringactivetotop
|
||||||
|
|
||||||
# Screenshotting
|
# Screenshotting
|
||||||
$hyprshot = ~/.config/hypr/scripts/hyprshot
|
$hyprshot = ~/.config/hypr/scripts/hyprshot
|
||||||
|
|
|
@ -10,7 +10,7 @@ force_monitor = "DP-1"
|
||||||
|
|
||||||
[scratchpads.terminal]
|
[scratchpads.terminal]
|
||||||
command = "kitty --class scratchpad-large"
|
command = "kitty --class scratchpad-large"
|
||||||
excludes = ["dots"]
|
excludes = ["dots", "yazi", "topgrade-system", "topgrade-all"]
|
||||||
lazy = true
|
lazy = true
|
||||||
|
|
||||||
[scratchpads.yazi]
|
[scratchpads.yazi]
|
||||||
|
@ -34,6 +34,14 @@ lazy = true
|
||||||
command = "kitty --class scratchpad-mini cava"
|
command = "kitty --class scratchpad-mini cava"
|
||||||
lazy = true
|
lazy = true
|
||||||
|
|
||||||
|
[scratchpads.topgrade-system]
|
||||||
|
command = "kitty --class scratchpad-large topgrade -k --only system"
|
||||||
|
lazy = true
|
||||||
|
|
||||||
|
[scratchpads.topgrade-all]
|
||||||
|
command = "kitty --class scratchpad-large topgrade -k --no-self-update"
|
||||||
|
lazy = true
|
||||||
|
|
||||||
[scratchpads.bluetooth]
|
[scratchpads.bluetooth]
|
||||||
command = "blueman-manager"
|
command = "blueman-manager"
|
||||||
animation = "fromRight"
|
animation = "fromRight"
|
||||||
|
|
|
@ -44,8 +44,8 @@
|
||||||
},
|
},
|
||||||
"exec-if": "which waybar-module-pacman-updates",
|
"exec-if": "which waybar-module-pacman-updates",
|
||||||
"exec": "waybar-module-pacman-updates",
|
"exec": "waybar-module-pacman-updates",
|
||||||
"on-click": "kitty --class center-float-large topgrade -k --only system",
|
"on-click": "pypr toggle topgrade-system",
|
||||||
"on-click-right": "kitty --class center-float-large topgrade -k --no-self-update"
|
"on-click-right": "pypr toggle topgrade-all"
|
||||||
},
|
},
|
||||||
"custom/arch": {
|
"custom/arch": {
|
||||||
"format": " ",
|
"format": " ",
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
"source": "auto",
|
"source": "auto",
|
||||||
"stereo": true,
|
"stereo": true,
|
||||||
"waves": false,
|
"waves": false,
|
||||||
"on-click": "kitty --class center-float-mini cava",
|
"on-click": "pypr toggle cava",
|
||||||
"on-click-right": "qpwgraph",
|
"on-click-right": "qpwgraph",
|
||||||
"on-click-middle": "easyeffects"
|
"on-click-middle": "easyeffects"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue