diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-07-15 09:03:41 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-07-15 09:03:41 -0700 |
| commit | 16098c9ed21aa5ff271ea05ff24b16d2dca88255 (patch) | |
| tree | 23168f6f50bd59ce9fd7f44acd9f90136c15b1f5 /dot-config | |
| parent | 663097607722a5101a16a3c675e85d6002e8bd8f (diff) | |
add rofi calculator to sway
Diffstat (limited to 'dot-config')
| -rw-r--r-- | dot-config/sway/config | 11 |
1 files changed, 11 insertions, 0 deletions
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/) @@ -216,6 +221,12 @@ bindsym $mod+r mode "resize" bindsym Print exec grim # +# More Rofi Modes: +# + # Calculator + bindsym $mod+c exec $calc + +# # Look # font input 9 |
