From 16098c9ed21aa5ff271ea05ff24b16d2dca88255 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Tue, 15 Jul 2025 09:03:41 -0700 Subject: add rofi calculator to sway --- dot-config/sway/config | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'dot-config/sway/config') diff --git a/dot-config/sway/config b/dot-config/sway/config index 7a6b126..ff3b254 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -18,6 +18,11 @@ set $term kitty # Your preferred application launcher set $menu rofi -run-command "/bin/bash -i -c '{cmd}'" -show run +### Custom variables +# +# Rofi Calculator +set $calc rofi -show calc -modi calc -no-show-match -no-sort + ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) @@ -215,6 +220,12 @@ bindsym $mod+r mode "resize" # Special key to take a screenshot with grim bindsym Print exec grim +# +# More Rofi Modes: +# + # Calculator + bindsym $mod+c exec $calc + # # Look # -- cgit v1.3