mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Add clipboard persistence + manager
This commit is contained in:
@ -5,6 +5,7 @@ source = ~/.config/hypr/hyprland-monitors.conf
|
|||||||
|
|
||||||
# Autostart necessary processes
|
# Autostart necessary processes
|
||||||
exec-once = hypridle & swaync & waybar & fcitx5
|
exec-once = hypridle & swaync & waybar & fcitx5
|
||||||
|
exec-once = wl-clip-persist --clipboard regular & clipse -listen
|
||||||
exec-once = ~/.local/share/omarchy/bin/swaybg-next
|
exec-once = ~/.local/share/omarchy/bin/swaybg-next
|
||||||
exec-once = dropbox-cli start
|
exec-once = dropbox-cli start
|
||||||
|
|
||||||
|
@ -97,3 +97,6 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
|||||||
bind = , PRINT, exec, hyprshot -m region
|
bind = , PRINT, exec, hyprshot -m region
|
||||||
bind = SHIFT, PRINT, exec, hyprshot -m window
|
bind = SHIFT, PRINT, exec, hyprshot -m window
|
||||||
bind = CTRL, PRINT, exec, hyprshot -m output
|
bind = CTRL, PRINT, exec, hyprshot -m output
|
||||||
|
|
||||||
|
# Clipse
|
||||||
|
bind = CTRL SUPER, V, exec, alacritty --class clipse -e clipse
|
||||||
|
@ -14,4 +14,10 @@ windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
|||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||||
|
|
||||||
|
# Proper background blur for wofi
|
||||||
layerrule = blur,wofi
|
layerrule = blur,wofi
|
||||||
|
|
||||||
|
# Float in the middle for clipse clipboard manager
|
||||||
|
windowrule = float, class:(clipse)
|
||||||
|
windowrule = size 622 652, class:(clipse)
|
||||||
|
windowrule = stayfocused, class:(clipse)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
brightnessctl playerctl wpctl pamixer wireplumber power-profiles-daemon blueberry \
|
brightnessctl playerctl wpctl pamixer wireplumber power-profiles-daemon blueberry \
|
||||||
fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool \
|
fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool \
|
||||||
|
wl-clip-persist clipse \
|
||||||
nautilus sushi gnome-calculator \
|
nautilus sushi gnome-calculator \
|
||||||
chromium google-chrome-dev vlc \
|
chromium google-chrome-dev vlc \
|
||||||
evince imv
|
evince imv
|
||||||
|
Reference in New Issue
Block a user