Updated
This commit is contained in:
parent
0b8b53bac0
commit
77167e33a4
11 changed files with 112 additions and 87 deletions
|
|
@ -13,6 +13,7 @@ exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
# Load Wallpaper
|
||||
# exec-once = ~/.config/hypr/scripts/wallpaper-restore.sh
|
||||
exec-once = hyprpaper
|
||||
# exec-once = hyprctl hyprpaper wallpaper "HDMI-A-1,/home/patrick/.config/hypr/wallpapers/ocbo.png"
|
||||
|
||||
# Load Notification Daemon
|
||||
exec-once = swaync
|
||||
|
|
@ -42,5 +43,5 @@ exec-once = wl-paste --watch cliphist store
|
|||
exec-once = nextcloud --background
|
||||
exec-once = waybar &
|
||||
exec-once = syncthing &
|
||||
exec-once = qbittorrent &
|
||||
# exec-once = qbittorrent &
|
||||
# exec-once = QSyncthingTray &
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
# Set defaults
|
||||
# -----------------------------------------------------
|
||||
|
||||
defaultwallpaper="$HOME/wallpaper/default.jpg"
|
||||
cachefile="$HOME/.config/ml4w/cache/current_wallpaper"
|
||||
defaultwallpaper="$HOME/.config/hypr/wallpapers/ocbo.png"
|
||||
cachefile="$HOME/.config/hypr/wallpapers/ocbo.png"
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Get current wallpaper
|
||||
|
|
|
|||
BIN
.config/hypr/conf/hypr/wallpapers/ocbo.png
Normal file
BIN
.config/hypr/conf/hypr/wallpapers/ocbo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
|
|
@ -5,28 +5,29 @@
|
|||
# windowrule = tile, title:^(Microsoft-edge)$
|
||||
# windowrule = tile, title:^(Brave-browser)$
|
||||
# windowrule = tile, title:^(Chromium)$
|
||||
windowrule = float, title:^(pavucontrol)$
|
||||
windowrule = float, title:^(blueman-manager)$
|
||||
windowrule = float, title:^(nm-connection-editor)$
|
||||
windowrule = float, title:^(Qalculate!)$
|
||||
windowrule = float on, match:title pavucontrol
|
||||
windowrule = float on, match:title blueman-manager
|
||||
windowrule = float on, match:title nm-connection-editor
|
||||
windowrule = float on, match:title Qalculate!
|
||||
|
||||
# Workspaces
|
||||
windowrule = workspace 2, class:^(thunar)$
|
||||
windowrule = workspace 4, title:^(Zen Browser)$
|
||||
windowrule = workspace 2, match:class thunar
|
||||
windowrule = workspace 4, match:title Zen Browser
|
||||
|
||||
# Browser Picture in Picture
|
||||
windowrule = float, title:^(Picture-in-Picture)$
|
||||
windowrule = pin, title:^(Picture-in-Picture)$
|
||||
windowrule = move 69.5% 4%, title:^(Picture-in-Picture)$
|
||||
windowrule = float on, match:title Picture-in-Picture
|
||||
windowrule = pin on, match:title Picture-in-Picture
|
||||
windowrule = move 69.5% 4%, match:title Picture-in-Picture
|
||||
|
||||
# idleinhibit
|
||||
windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, always, focus, fullscreen
|
||||
# windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, always, focus, fullscreen
|
||||
|
||||
# Custom
|
||||
windowrulev2 = opacity 0.85 0.5 ignorealpha 1, class:^(thunar)$
|
||||
windowrulev2 = opacity 1, class:^(mpv)$
|
||||
windowrulev2 = plugin:invertwindow, class:(org.kde.dolphin)
|
||||
windowrulev2 = float, title:^(Network Manager)$
|
||||
windowrulev2 = opacity 0.9 0.5 ignorealpha 1, title:^(btop)$
|
||||
windowrule = opacity 0.95, match:class thunar
|
||||
windowrule = opacity 1, match:class mpv
|
||||
# windowrule = plugin:invertwindow, match:class org.kde.dolphin
|
||||
windowrule = float on, match:title Network Manager
|
||||
windowrule = opacity 0.95, match:title btop
|
||||
windowrule = float on, match:class blueman-manager
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
preload = $HOME/.config/hypr/wallpapers/ocbo.png
|
||||
wallpaper = ,$HOME/.config/hypr/wallpapers/ocbo.png
|
||||
preload = /home/patrick/.config/hypr/wallpapers/ocbo.png
|
||||
wallpaper = ,/home/patrick/.config/hypr/wallpapers/ocbo.png
|
||||
splash = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue