diff --git a/bin/omarchy-cmd-screenshot b/bin/omarchy-cmd-screenshot index 16060e91..f821c919 100755 --- a/bin/omarchy-cmd-screenshot +++ b/bin/omarchy-cmd-screenshot @@ -8,8 +8,7 @@ OUTPUT_DIR="${OMARCHY_SCREENSHOT_DIR:-${XDG_PICTURES_DIR:-$HOME/Pictures}}" if [[ ! -d $OUTPUT_DIR ]]; then - notify-send "Screenshot directory does not exist: $OUTPUT_DIR" -u critical -t 3000 - exit 1 + notify-send "Created screenshot directory: $OUTPUT_DIR" -u normal -t 2000 fi pkill slurp && exit 0 diff --git a/default/hypr/apps.conf b/default/hypr/apps.conf index a8e27ac6..64a9567d 100644 --- a/default/hypr/apps.conf +++ b/default/hypr/apps.conf @@ -3,7 +3,6 @@ source = ~/.local/share/omarchy/default/hypr/apps/1password.conf source = ~/.local/share/omarchy/default/hypr/apps/bitwarden.conf source = ~/.local/share/omarchy/default/hypr/apps/browser.conf source = ~/.local/share/omarchy/default/hypr/apps/hyprshot.conf -source = ~/.local/share/omarchy/default/hypr/apps/jetbrains.conf source = ~/.local/share/omarchy/default/hypr/apps/localsend.conf source = ~/.local/share/omarchy/default/hypr/apps/pip.conf source = ~/.local/share/omarchy/default/hypr/apps/qemu.conf diff --git a/default/hypr/apps/jetbrains.conf b/default/hypr/apps/jetbrains.conf deleted file mode 100644 index 822e676e..00000000 --- a/default/hypr/apps/jetbrains.conf +++ /dev/null @@ -1,41 +0,0 @@ -# Fix splash screen showing in weird places and prevent annoying focus takeovers -windowrule { - name = jetbrains-splash - match:class = ^(jetbrains-.*)$ - match:title = ^(splash)$ - match:float = 1 - tag = +jetbrains-splash - center = on - no_focus = on - border_size = 0 -} - -# Center popups/find windows -windowrule { - name = jetbrains-popup - match:class = ^(jetbrains-.*) - match:title = ^(| )$ - match:float = 1 - tag = +jetbrains - center = on - # Enabling this makes it possible to provide input in popup dialogs (search window, new file, etc.) - stay_focused = on - border_size = 0 - min_size = (monitor_w*0.5) (monitor_h*0.5) - } - -# Disable window flicker when autocomplete or tooltips appear -windowrule { - name = jetbrains-tooltip - match:class = ^(jetbrains-.*)$ - match:title = ^(win.*)$ - match:float = 1 - no_initial_focus = on -} - -# Disable mouse focus -windowrule { - name = jetbrains-focus - no_follow_mouse = on - match:class = ^(jetbrains-.*)$ -} diff --git a/migrations/1775059710.sh b/migrations/1775059710.sh new file mode 100644 index 00000000..c385a8ea --- /dev/null +++ b/migrations/1775059710.sh @@ -0,0 +1,11 @@ +echo "Install tuned fan curve for T2 MacBook" + +if lspci -nn | grep -q "106b:180[12]" && [[ ! -f /etc/t2fand.conf ]]; then + cat </dev/null +[Fan1] +low_temp=55 +high_temp=75 +speed_curve=linear +always_full_speed=false +EOF +fi