mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19: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
|
||||
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 = dropbox-cli start
|
||||
|
||||
|
@ -97,3 +97,6 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
bind = , PRINT, exec, hyprshot -m region
|
||||
bind = SHIFT, PRINT, exec, hyprshot -m window
|
||||
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
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
# Proper background blur for 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 \
|
||||
brightnessctl playerctl wpctl pamixer wireplumber power-profiles-daemon blueberry \
|
||||
fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool \
|
||||
wl-clip-persist clipse \
|
||||
nautilus sushi gnome-calculator \
|
||||
chromium google-chrome-dev vlc \
|
||||
evince imv
|
||||
|
Reference in New Issue
Block a user