Install pyprland
mainly for a dropdown terminal
This commit is contained in:
parent
ca5fd09875
commit
4f12cfc26b
3 changed files with 20 additions and 0 deletions
|
@ -31,6 +31,7 @@ exec-once = waybar
|
||||||
exec-once = ~/.local/hypr_autostart.sh
|
exec-once = ~/.local/hypr_autostart.sh
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
|
exec-once = pypr
|
||||||
exec-once = wl-paste --watch ~/.bin/cliphist-filter
|
exec-once = wl-paste --watch ~/.bin/cliphist-filter
|
||||||
exec-once = wl-paste --primary --watch ~/.bin/cliphist-filter
|
exec-once = wl-paste --primary --watch ~/.bin/cliphist-filter
|
||||||
|
|
||||||
|
@ -125,6 +126,10 @@ bind = $mainMod, B, exec, ~/.bin/startBrowser.sh
|
||||||
bind = $mainMod, N, exec, ~/.bin/startBrowserPrivat.sh
|
bind = $mainMod, N, exec, ~/.bin/startBrowserPrivat.sh
|
||||||
bind = $mainMod, V, exec, cliphist list | wofi -p Clipboard -S dmenu | cliphist decode | wl-copy
|
bind = $mainMod, V, exec, cliphist list | wofi -p Clipboard -S dmenu | cliphist decode | wl-copy
|
||||||
|
|
||||||
|
# PyPrland
|
||||||
|
bind = , F1, exec, pypr toggle term
|
||||||
|
bind = $mainMod, Tab, exec, pypr fetch_client_menu
|
||||||
|
|
||||||
# Laptop multimedia keys for volume and LCD brightness
|
# Laptop multimedia keys for volume and LCD brightness
|
||||||
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
|
|
14
dotfiles/hypr-session/dot-config/hypr/pyprland.toml
Normal file
14
dotfiles/hypr-session/dot-config/hypr/pyprland.toml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[pyprland]
|
||||||
|
plugins = ["scratchpads", "fetch_client_menu"]
|
||||||
|
|
||||||
|
[scratchpads.term]
|
||||||
|
animation = "fromTop"
|
||||||
|
command = "kitty --class kitty-dropterm"
|
||||||
|
class = "kitty-dropterm"
|
||||||
|
size = "75% 60%"
|
||||||
|
max_size = "1920px 100%"
|
||||||
|
margin = 51
|
||||||
|
|
||||||
|
[fetch_client_menu]
|
||||||
|
engine = "wofi"
|
||||||
|
parameters = "--show dmenu"
|
|
@ -21,6 +21,7 @@
|
||||||
aur:
|
aur:
|
||||||
name:
|
name:
|
||||||
- hyprshot
|
- hyprshot
|
||||||
|
- pyprland
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue