From: Armaan Bhojwani Date: Thu, 6 May 2021 23:21:03 +0000 (-0400) Subject: Eliminate rofi X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=f68d8391f2067e5c9920ee38bae0dc9d072bbf34 Eliminate rofi --- diff --git a/config.org b/config.org index f2b35f1..9be0949 100644 --- a/config.org +++ b/config.org @@ -297,7 +297,6 @@ Add back C-a/C-x (add-to-list 'org-structure-template-alist '("pi" . "src conf :tangle ~/.config/picom/picom.conf")) (add-to-list 'org-structure-template-alist '("git" . "src conf :tangle ~/.gitconfig")) (add-to-list 'org-structure-template-alist '("du" . "src conf :tangle ~/.config/dunst/dunstrc")) - (add-to-list 'org-structure-template-alist '("ro" . "src javascript :tangle ~/.config/rofi/config.rasi")) (add-to-list 'org-structure-template-alist '("za" . "src conf :tangle ~/.config/zathura/zathurarc")) (add-to-list 'org-structure-template-alist '("ff1" . "src css :tangle ~/.mozilla/firefox/armaan-release/chrome/userChrome.css")) (add-to-list 'org-structure-template-alist '("ff2" . "src css :tangle ~/.mozilla/firefox/armaan-release/chrome/userContent.css")) @@ -768,12 +767,9 @@ No more clogging up init.el. #+begin_src conf :tangle ~/.spectrwm.conf program[term] = alacritty program[screenshot_all] = flameshot gui - program[menu] = rofi -show run # `rofi-dmenu` handles the rest - program[switcher] = rofi -show window program[notif] = /home/armaa/Code/scripts/setter status bind[notif] = MOD+n - bind[switcher] = MOD+Tab #+end_src **** Media keys #+begin_src conf :tangle ~/.spectrwm.conf @@ -815,7 +811,6 @@ No more clogging up init.el. program[firefox] = firefox program[calc] = alacritty -e bc program[emacs-anywhere] = emacsclient --eval "(emacs-everywhere)" - program[pass] = rofi-pass bind[aerc] = MOD+Control+1 bind[catgirl] = MOD+Control+2 @@ -823,7 +818,6 @@ No more clogging up init.el. bind[emacs-anywhere] = MOD+Control+4 bind[calc] = MOD+Control+5 bind[emacs] = MOD+Control+Return - bind[pass] = MOD+Shift+P #+end_src ** Zsh *** Settings @@ -1367,18 +1361,6 @@ Lightweight notification daemon. highlight = "#ffffff" timeout = 0 #+end_src -** Rofi -Modus vivendi theme that extends DarkBlue. -#+begin_src javascript :tangle ~/.config/rofi/config.rasi - @import "/usr/share/rofi/themes/DarkBlue.rasi" - ,* { - white: rgba ( 255, 255, 255, 100 % ); - foreground: @white; - selected-normal-background: @white; - separatorcolor: @white; - background: rgba ( 34, 34, 34, 100 % ); - } -#+end_src ** Zathura *** Options #+begin_src conf :tangle ~/.config/zathura/zathurarc