mirror of
https://github.com/klaxalk/i3-layout-manager.git
synced 2025-08-24 19:55:19 +02:00
ESC goes back from file selection
This commit is contained in:
@@ -84,7 +84,7 @@ fi
|
||||
|
||||
# no action, exit
|
||||
if [ -z "$LAYOUT_NAME" ]; then
|
||||
exit
|
||||
exec "$0" "$@"
|
||||
fi
|
||||
|
||||
# #}
|
||||
@@ -342,7 +342,7 @@ fi
|
||||
|
||||
# #{ DELETE
|
||||
|
||||
if [[ "$ACTION" = "DELETE LAYOUT" ]]; then
|
||||
if [[ "$ACTION" = "DELETE LAYOUT" ]]; then
|
||||
rm "$LAYOUT_FILE"
|
||||
notify-send -u low -t 2000 "Layout deleted" -h string:x-canonical-private-synchronous:anything
|
||||
exec "$0" "$@"
|
||||
|
Reference in New Issue
Block a user