This commit is contained in:
2026-09-10 20:55:18 +01:00
parent 234cff1006
commit e7a2e5ef58
3 changed files with 20 additions and 1 deletions
+6
View File
@@ -38,6 +38,8 @@ def in_project?(ws)
!SPECIAL.key?(ws)
end
puts "hello1"
# Toggle between a special-mode workspace (terminal/browser/music/misc/todo)
# and whatever workspace you were last on. Starts the associated app if
# it isn't already running. `ws` is the current workspace, passed in by
@@ -95,6 +97,8 @@ bind 81 do |_, ws|
go_special :todo, ws
end
puts "hello2"
# ==== Project navigation ====
(1..MAX_PROJECTS).each do |n|
@@ -128,3 +132,5 @@ end
# ==== Startup ====
go_project(1, 0)
puts "hello3"