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