diff --git a/change-wallpaper.sh b/change-wallpaper.sh index f04f5f5..e250d1e 100755 --- a/change-wallpaper.sh +++ b/change-wallpaper.sh @@ -7,6 +7,7 @@ CURRENT_WALL=$(hyprctl hyprpaper listloaded) WALLPAPER=$(find "$WALLPAPER_DIR" -type f ! -name "$(basename "$CURRENT_WALL")" ! -name "*.json" | shuf -n 1) echo "Changing wallpaper to $WALLPAPER" +echo "$WALLPAPER" > "$HOME/.wallpaper" # Apply the selected wallpaper hyprctl hyprpaper reload ,"$WALLPAPER" diff --git a/hyprland.conf b/hyprland.conf index 5100a64..a58afdc 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -45,6 +45,8 @@ $notification_daemon = uwsm app -- swaync # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: +exec-once = uwsm app -sb -- hyprpm update -nn +exec-once = uwsm app -sb -- hyprpm reload -nn exec-once = $notification_daemon exec-once = $terminal exec-once = uwsm app -sb -S both -t scope -- hyprpm update -nn @@ -255,8 +257,10 @@ windowrulev2 = opacity 0.77, class:.* fullscreen:0 # windowrulev2 = opacity 1, class:.* fullscreen:0 windowrulev2 = opacity 1, class:mpv fullscreen:0 windowrulev2 = opacity 1, class:anki fullscreen:0 -windowrulev2 = opacity 1, class:Thorium-browser title:.*asbplayer fullscreen:0 +windowrulev2 = opacity 1, class:Thorium-browser title:.*asbplayer +windowrulev2 = tile, class:Thorium-browser title:*asbplayer windowrulev2 = opacity 1, class:remote-viewer +windowrulev2 = opacity 1, class:com.obsproject.Studio # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ diff --git a/keybindings.conf b/keybindings.conf index 6032c0c..d869ed5 100644 --- a/keybindings.conf +++ b/keybindings.conf @@ -100,9 +100,13 @@ bind = SUPER, m, exec, ~/.local/bin/mpv-add.sh bind = SUPER SHIFT, s, exec, ~/.local/bin/screenshot.sh bind = ,code:107, exec, ~/.local/bin/screenshot.sh +bind = SUPER SHIFT, o, exec, ~/.local/bin/ocr.sh # change wallpaper bind = $mainMod CTRL, n, exec, ~/.local/bin/change-wallpaper.sh # toggle focus between current and last focused window bind = ALT, Tab, focuscurrentorlast + +bind = CTRL, F9, pass, class:^(com\.obsproject\.Studio)$ +bind = CTRL, F10, pass, class:^(com\.obsproject\.Studio)$