Switch to Omacalc

This commit is contained in:
David Heinemeier Hansson
2026-08-01 19:32:32 -07:00
parent 5b69af693f
commit 1f8819318d
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ o.window({
}, { tag = "+floating-window" })
o.window("dev.tensaku.Tensaku", { float = true })
o.window("dev.tensaku.Tensaku", { center = true })
o.window("org.gnome.Calculator", { float = true })
o.window("omacalc", { float = true })
-- Fullscreen screensaver.
o.window("org.omarchy.screensaver", { fullscreen = true })
+1 -1
View File
@@ -8,7 +8,7 @@ o.bind("SUPER + ESCAPE", "System menu", "omarchy-menu toggle system")
o.bind("XF86PowerOff", "Power menu", "omarchy-menu toggle system", { locked = true })
o.bind("SUPER + K", "Show key bindings", "omarchy-menu-keybindings")
o.bind("SUPER + ALT + K", "Show Tmux key bindings", "omarchy-menu-tmux-keybindings")
o.bind("XF86Calculator", "Calculator", "gnome-calculator")
o.bind("XF86Calculator", "Calculator", "omacalc")
o.bind_toggle("SUPER + SHIFT + SPACE", "Toggle top bar", "bar")
o.bind("SUPER + CTRL + SPACE", "Background switcher", "omarchy-menu toggle background")
+1 -1
View File
@@ -42,7 +42,6 @@ fontconfig
foot
fzf
git
gnome-calculator
gnome-keyring
gnome-themes-extra
grim
@@ -91,6 +90,7 @@ nss-mdns
nvim
obs-studio
obsidian
omacalc
omacut
omawrite
omarchy-nvim
+4
View File
@@ -0,0 +1,4 @@
echo "Replace GNOME Calculator with Omacalc"
omarchy-pkg-add omacalc
omarchy-pkg-drop gnome-calculator