Move rofi config to separate file
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ bindsym $mod+Shift+space floating toggle
|
||||
#--- Letter key bindings ---#
|
||||
|
||||
# Start rofi (program launcher)
|
||||
bindsym $mod+d exec rofi -show run -lines 8 -separator-style "solid" -hide-scrollbar -font "DejaVu Sans Mono 12"
|
||||
bindsym $mod+d exec rofi -show run
|
||||
|
||||
# Split
|
||||
bindsym $mod+h split h # horizontal orientation
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
rofi.color-enabled: true
|
||||
! bg border separator
|
||||
rofi.color-window: #404552, #2e3137, #2e3137
|
||||
! bg fg bgalt hlbg hlfg
|
||||
rofi.color-normal: #404552, #d3dae3, #3f4350, #5294e2, #d3dae3
|
||||
!rofi.color-active: #
|
||||
!rofi.color-urgent: #
|
||||
|
||||
rofi.font: DejaVu Sans Mono 12
|
||||
rofi.lines: 8
|
||||
rofi.width: 30
|
||||
rofi.bw: 4
|
||||
rofi.separator-style: solid
|
||||
rofi.hide-scrollbar: true
|
||||
@@ -72,15 +72,3 @@ URxvt.keysym.Shift-Down: command:\033]721;1\007
|
||||
! Disable Ctrl+Shift feature
|
||||
URxvt.iso14755: false
|
||||
URxvt.iso14755_52: false
|
||||
|
||||
! Rofi
|
||||
! bg fg bgalt hlbg hlfg
|
||||
!rofi.color-normal: #FFFFFF, #58637B, #F5F5F5, #5294E2, #F3F4F5
|
||||
!rofi.color-active: #
|
||||
!rofi.color-urgent: #
|
||||
|
||||
! bg border seperator
|
||||
!rofi.color-window: #FFFFFF, #434A59, #434A59
|
||||
|
||||
rofi.color-normal: #404552, #D3DAE3, #3F4350, #5294E2, #D3DAE3
|
||||
rofi.color-window: #404552, #2B2E39, #2B2E39
|
||||
|
||||
Reference in New Issue
Block a user