diff options
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 |
