Stuff.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user