From bfecca24f4e5aa57799ec3ae5abf5891d9c779c6 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebookpro" Date: Tue, 31 Aug 2021 08:18:12 +0200 Subject: [PATCH] Remove rofi config in Xressources --- dotfiles/Xresources | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 1c438ab..0df252c 100755 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -107,17 +107,6 @@ URxvt.keysym.Control-Down: \033[1;5B URxvt.keysym.Control-Right: \033[1;5C URxvt.keysym.Control-Left: \033[1;5D -! ------------------------------------------------------------------------------ -! Rofi configs -! ------------------------------------------------------------------------------ - -rofi.color-enabled: true -rofi.color-window: #2e3440, #2e3440, #2e3440 -rofi.color-normal: #2e3440, #d8dee9, #2e3440, #2e3440, #bf616a -rofi.color-active: #2e3440, #b48ead, #2e3440, #2e3440, #93e5cc -rofi.color-urgent: #2e3440, #ebcb8b, #2e3440, #2e3440, #ebcb8b -rofi.modi: run,drun,window - ! ------------------------------------------------------------------------------ ! Dmenu configs ! ------------------------------------------------------------------------------