1
0
Fork 0

Install pyprland

mainly for a dropdown terminal
This commit is contained in:
J. Elfring 2024-11-08 16:34:09 +01:00
parent ca5fd09875
commit 4f12cfc26b
3 changed files with 20 additions and 0 deletions

View file

@ -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%-

View 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"

View file

@ -21,6 +21,7 @@
aur: aur:
name: name:
- hyprshot - hyprshot
- pyprland