Add rofi-calc

This commit is contained in:
Yash Karandikar 2022-09-13 14:23:01 -05:00
parent ef481c9c2f
commit 0bcd84b97e

View file

@ -30,17 +30,16 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -i ~/Downloads/wal
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet
exec_always bluetoothctl power off
exec xinput set-prop 12 285 1 &
# exec xrandr --output eDP1 --scale 0.8x0.8
exec ~/.fehbg &
# bindsym $mod+s exec scrot -e 'xclip -selection clipboard -t image/png -i $f && rm $f'
bindsym $mod+s exec flameshot gui
bindsym --release $mod+c exec --no-startup-id xcolor | head -c -1 | xclip -selection clip
bindsym $mod+g exec galculator
focus_follows_mouse no
for_window [class="^.*"] border pixel 3
for_window [class="Galculator" instance="galculator"] floating enable
set $Locker i3lock -i ~/Downloads/wallpaper.png && sleep 1
@ -80,15 +79,11 @@ bindsym $mod+Shift+Return exec firefox-developer-edition
# kill focused window
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
#bindsym $mod+space exec --no-startup-id i3-dmenu-desktop
# A more modern dmenu replacement is rofi:
# Rofi stuff: Raw rofi, rofimoji, rofi-calc
bindsym $mod+space exec "rofi -modi drun,run -show drun -show-icons"
bindsym $mod+e exec rofimoji
bindsym $mod+m exec "rofimoji --files /home/yashkarandikar/.config/devanagari.csv --action clipboard"
# There also is i3-dmenu-desktop which only displays applications shipping a
# .desktop file. It is a wrapper around dmenu, so you need that installed.
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
bindsym $mod+g exec "rofi -show calc -modi calc -no-show-match -no-sort"
# change focus
bindsym $mod+j focus left