From 0bcd84b97e4412b362d9cb40858c55a43152185c Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 13 Sep 2022 14:23:01 -0500 Subject: [PATCH] Add rofi-calc --- .config/i3/config | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index ae843fd..3fc561a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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