mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
switched to cutting-edge channels & added pyprland
& updated README.md
This commit is contained in:
@@ -19,7 +19,7 @@ monitor=,preferred,auto,1.2
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = fish -c startup
|
||||
exec-once = fish -c autostart
|
||||
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
@@ -195,7 +195,23 @@ submap=reset
|
||||
|
||||
# keybinds further down will be global again...
|
||||
|
||||
# Scrachpads
|
||||
bind = $mainMod CTRL, T, exec, pypr toggle term
|
||||
$dropterm = ^(wezterm_dropdown)$
|
||||
windowrule = float, $dropterm
|
||||
windowrule = workspace special:scratch_term silent, $dropterm
|
||||
|
||||
bind = $mainMod CTRL, V, exec, pypr toggle volume
|
||||
$volume_sidemenu = ^(pavucontrol)$
|
||||
windowrule = float, $volume_sidemenu
|
||||
windowrule = workspace special:scratch_volume silent, $volume_sidemenu
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod CTRL, M, togglespecialworkspace, minimized
|
||||
bind = $mainMod, M, exec, pypr toggle_minimized
|
||||
bind = $mainMod CTRL, E, exec, pypr expose
|
||||
bind = $mainMod, Z, exec, pypr zoom
|
||||
|
||||
bind = $mainMod, T, exec, wezterm
|
||||
bind = $mainMod SHIFT, T, exec, telegram-desktop
|
||||
bind = $mainMod, B, exec, qutebrowser
|
||||
|
22
home/.config/hypr/pyprland.toml
Normal file
22
home/.config/hypr/pyprland.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[pyprland]
|
||||
plugins = [
|
||||
"scratchpads",
|
||||
"magnify",
|
||||
"expose",
|
||||
]
|
||||
|
||||
[scratchpads.term]
|
||||
command = "wezterm start --class wezterm_dropdown"
|
||||
animation = "fromTop"
|
||||
unfocus = "hide"
|
||||
excludes = "*"
|
||||
lazy = true
|
||||
|
||||
[scratchpads.volume]
|
||||
command = "pavucontrol --class volume_sidemenu"
|
||||
animation = "fromRight"
|
||||
class = "volume_sidemenu"
|
||||
size = "40% 70%"
|
||||
unfocus = "hide"
|
||||
excludes = "*"
|
||||
lazy = true
|
Reference in New Issue
Block a user