summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-02 10:53:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-02 10:53:19 -0700
commitf5f2b42b5700ba5f494f3539aad4ecf8b90ff97b (patch)
tree23e0455d68e3f9af4b561133cc01fc7ae14e2c16 /scripts
parent8f5f78f2655e91a4a9252d1cab5252c37b24b986 (diff)
downloaddotfiles-f5f2b42b5700ba5f494f3539aad4ecf8b90ff97b.tar.gz
fix sway-ftp-master for bookworm
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/desktop/sway-ftp-master12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/desktop/sway-ftp-master b/scripts/desktop/sway-ftp-master
index fee97c97..0a36feee 100755
--- a/scripts/desktop/sway-ftp-master
+++ b/scripts/desktop/sway-ftp-master
@@ -76,8 +76,8 @@ if (marked_exists "dak") {
sleep 0.3 until title_exists "*NEW notes*";
bring_title "\\*NEW notes\\*";
- # currently we implement only the layout the X11 script chose for melete
-
+ # Currently we implement only the layout the X11 script chose for melete.
+ # The commented commands were necessary with bullseye's Sway v1.5.
wmipc
"move down",
"focus up",
@@ -85,12 +85,12 @@ if (marked_exists "dak") {
"move right",
"move right",
"move right",
- "split v",
- "layout tabbed",
+ # "split v",
+ # "layout tabbed",
"resize set width 38",
"focus left",
- "split v",
- "layout tabbed",
+ # "split v",
+ # "layout tabbed",
"resize set height 65",
"focus right";
}