Compare commits

..

2 commits

Author SHA1 Message Date
Chris Cochrun
c254c83875 hide focus changes by default and only turn them on when debugging 2025-08-04 14:55:16 -05:00
Chris Cochrun
4d51a50adb default build command is just b r 2025-08-04 14:54:52 -05:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "just build")))
(prog-mode . ((compile-command . "just build"))))
((nil . ((compile-command . "just b r")))
(prog-mode . ((compile-command . "just b r"))))

View file

@ -27,7 +27,7 @@ Kirigami.ApplicationWindow {
signal edit()
onActiveFocusItemChanged: console.log("FOCUS CHANGED TO: " + activeFocusControl)
/* onActiveFocusItemChanged: console.log("FOCUS CHANGED TO: " + activeFocusControl) */
onClosing: mainPage.closeAll()
/* pageStack.initialPage: mainPage */