mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Omarchy 3.8.2 (#5960)
* Fix logs uploading * Fail hard if we don't get the right branch * Fix HL 0.55 compatible unified clipboard hotkeys * Bump version --------- Co-authored-by: Ryan Hughes <ryan@heyoodle.com>
This commit is contained in:
co-authored by
Ryan Hughes
parent
9c8f6cf2cb
commit
c3f35c57fb
@@ -0,0 +1,11 @@
|
||||
echo "Update elephant symbols paste shortcut for Hyprland 0.55"
|
||||
|
||||
symbols_config=~/.config/elephant/symbols.toml
|
||||
|
||||
if [[ -f $symbols_config ]]; then
|
||||
sed -i 's/hyprctl dispatch sendshortcut "SHIFT, Insert,"/hyprctl dispatch sendshortcut "SHIFT,Insert,activewindow"/' "$symbols_config"
|
||||
else
|
||||
omarchy-refresh-config elephant/symbols.toml
|
||||
fi
|
||||
|
||||
omarchy-restart-walker
|
||||
Reference in New Issue
Block a user