]> git.armaanb.net Git - config.org.git/commitdiff
Eliminate rofi
authorArmaan Bhojwani <me@armaanb.net>
Thu, 6 May 2021 23:21:03 +0000 (19:21 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 6 May 2021 23:21:03 +0000 (19:21 -0400)
config.org

index f2b35f1bfd5e12f15d56018f3806342ef2859745..9be0949d112615e203b638323643a247dc7464ad 100644 (file)
@@ -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