Swapped dmenu for rofi
This commit is contained in:
parent
031639822c
commit
160921897e
47
Xresources
47
Xresources
@ -1,53 +1,16 @@
|
|||||||
! special
|
|
||||||
*.foreground: #ffffff
|
|
||||||
*.background: #111111
|
|
||||||
*.cursorColor: #ffffff
|
|
||||||
|
|
||||||
! black
|
|
||||||
*.color0: #131313
|
|
||||||
*.color8: #d1d1d1
|
|
||||||
|
|
||||||
! red
|
|
||||||
*.color1: #2d2d2d
|
|
||||||
*.color9: #d2c3ad
|
|
||||||
|
|
||||||
! green
|
|
||||||
*.color2: #4c3a3d
|
|
||||||
*.color10: #df9767
|
|
||||||
|
|
||||||
! yellow
|
|
||||||
*.color3: #4e4e4e
|
|
||||||
*.color11: #e1e1e1
|
|
||||||
|
|
||||||
! blue
|
|
||||||
*.color4: #6f6f6f
|
|
||||||
*.color12: #d50505
|
|
||||||
|
|
||||||
! magenta
|
|
||||||
*.color5: #909090
|
|
||||||
*.color13: #ed4b19
|
|
||||||
|
|
||||||
! cyan
|
|
||||||
*.color6: #aaa998
|
|
||||||
*.color14: #f2361e
|
|
||||||
|
|
||||||
! white
|
|
||||||
*.color7: #b1b1b1
|
|
||||||
*.color15: #fa390f
|
|
||||||
|
|
||||||
|
|
||||||
! Terminal Customization
|
! Terminal Customization
|
||||||
URxvt.foreground: #ffffff
|
URxvt.foreground: #ffffff
|
||||||
|
URxvt.background: #000000
|
||||||
URxvt.transparent: true
|
URxvt.transparent: true
|
||||||
URxvt.shading: 10
|
URxvt.shading: 10
|
||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
URxvt.internalBorder: 10
|
URxvt.internalBorder: 10
|
||||||
|
|
||||||
URxvt.perl-ext-common: resize-font
|
!URxvt.perl-ext-common: resize-font
|
||||||
URxvt.resize-font.smaller: C-j
|
!URxvt.resize-font.smaller: C-j
|
||||||
URxvt.resize-font.bigger: C-k
|
!URxvt.resize-font.bigger: C-k
|
||||||
|
|
||||||
URxvt.font: xft:monospace:size=12
|
URxvt.font: xft:MesloLGS NF:size=12
|
||||||
URxvt.cursorColor: #d50505
|
URxvt.cursorColor: #d50505
|
||||||
URxvt.highlightColor: #303030
|
URxvt.highlightColor: #303030
|
||||||
URxvt.highlightTextColor: #A0A0A0
|
URxvt.highlightTextColor: #A0A0A0
|
||||||
|
@ -10,9 +10,9 @@ alt + Return
|
|||||||
alt + Escape
|
alt + Escape
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd
|
||||||
|
|
||||||
# start dmenu
|
# open rofi run window
|
||||||
alt + d
|
alt + d
|
||||||
dmenu_run
|
rofi -show run -theme dmenu
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user