From 74785f0a4076ebdc65417727f764ff3ee6ce6355 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 29 Aug 2022 04:22:13 +0100 Subject: attic --- init.el | 9 --------- 1 file changed, 9 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 4360de7..a925623 100644 --- a/init.el +++ b/init.el @@ -493,15 +493,6 @@ (jao-swaymsg (format "workspace %s" (or ws 2))) (start-process-shell-command cmd nil cmd))) -(defun jao-sway-run-or-focus-tidal () - (interactive) - (if (jao-shell-running-p "tidal-hifi") - (jao-swaymsg "[app_id=tidal-hifi] scratchpad show") - (let ((c - "tidal-hifi --enable-features=UseOzonePlatform --ozone-platform=wayland &")) - (start-process-shell-command "tidal-hifi" nil c)) - (jao-sway-run-or-focus-tidal))) - (defun jao-sway-run-or-focus-firefox () (interactive) (jao-sway-run-or-focus "firefox")) -- cgit v1.2.3