Switch to Omacalc
This commit is contained in:
@@ -19,7 +19,7 @@ o.window({
|
|||||||
}, { tag = "+floating-window" })
|
}, { tag = "+floating-window" })
|
||||||
o.window("dev.tensaku.Tensaku", { float = true })
|
o.window("dev.tensaku.Tensaku", { float = true })
|
||||||
o.window("dev.tensaku.Tensaku", { center = true })
|
o.window("dev.tensaku.Tensaku", { center = true })
|
||||||
o.window("org.gnome.Calculator", { float = true })
|
o.window("omacalc", { float = true })
|
||||||
|
|
||||||
-- Fullscreen screensaver.
|
-- Fullscreen screensaver.
|
||||||
o.window("org.omarchy.screensaver", { fullscreen = true })
|
o.window("org.omarchy.screensaver", { fullscreen = true })
|
||||||
|
|||||||
@@ -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("XF86PowerOff", "Power menu", "omarchy-menu toggle system", { locked = true })
|
||||||
o.bind("SUPER + K", "Show key bindings", "omarchy-menu-keybindings")
|
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("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_toggle("SUPER + SHIFT + SPACE", "Toggle top bar", "bar")
|
||||||
o.bind("SUPER + CTRL + SPACE", "Background switcher", "omarchy-menu toggle background")
|
o.bind("SUPER + CTRL + SPACE", "Background switcher", "omarchy-menu toggle background")
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ fontconfig
|
|||||||
foot
|
foot
|
||||||
fzf
|
fzf
|
||||||
git
|
git
|
||||||
gnome-calculator
|
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
gnome-themes-extra
|
gnome-themes-extra
|
||||||
grim
|
grim
|
||||||
@@ -91,6 +90,7 @@ nss-mdns
|
|||||||
nvim
|
nvim
|
||||||
obs-studio
|
obs-studio
|
||||||
obsidian
|
obsidian
|
||||||
|
omacalc
|
||||||
omacut
|
omacut
|
||||||
omawrite
|
omawrite
|
||||||
omarchy-nvim
|
omarchy-nvim
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
echo "Replace GNOME Calculator with Omacalc"
|
||||||
|
|
||||||
|
omarchy-pkg-add omacalc
|
||||||
|
omarchy-pkg-drop gnome-calculator
|
||||||
Reference in New Issue
Block a user