This repository has been archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
93 lines (93 loc) · 4.25 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
! "Window width" Set from: Default
rofi.width: 100
! "Number of lines" Set from: Default
rofi.lines: 1
! "Number of columns" Set from: Default
rofi.columns: 9
! "Font to use" Set from: Default
rofi.font: mono 12
! "Color scheme for normal row" Set from: Default
rofi.color-normal: #222222, #b1b4b3, #222222, #005577, #b1b4b3
! "Color scheme for urgent row" Set from: Default
rofi.color-urgent: #222222, #b1b4b3, #222222, #77003d, #b1b4b3
! "Color scheme for active row" Set from: Default
rofi.color-active: #222222, #b1b4b3, #222222, #007763, #b1b4b3
! "Color scheme window" Set from: Default
rofi.color-window: #222222, #222222, #b1b4b3
! "Border width" Set from: Default
rofi.bw: 0
! "Location on screen" Set from: Default
rofi.location: 1
! "Padding" Set from: Default
rofi.padding: 5
! "Always show number of lines" Set from: Default
! rofi.fixed-num-lines: true
! "Terminal to use" Set from: Default
rofi.terminal: urxvt
! "Disable history in run/ssh" Set from: Default
! rofi.disable-history: false
! "Cycle through the results list" Set from: Default
rofi.cycle: true
! "Row height (in chars)" Set from: Default
! rofi.eh: 1
! "Set the modi to combine in combi mode" Set from: Default
rofi.combi-modi: window,run
! "Set the matching algorithm. (normal, regex, glob, fuzzy)" Set from: Default
rofi.matching: normal
! "Tokenize input string" Set from: Default
! rofi.tokenize: true
! "Monitor id to show on" Set from: Default
! rofi.m: -5
! "Margin between rows" Set from: Default
rofi.line-margin: 1
! "Padding within rows" Set from: Default
rofi.line-padding: 1
! "Separator style (none, dash, solid)" Set from: Default
rofi.separator-style: solid
! "Hide scroll-bar" Set from: Default
rofi.hide-scrollbar: true
! "Fullscreen" Set from: Default
rofi.fullscreen: false
! "Fake transparency" Set from: Default
rofi.fake-transparency: true
! "Background to use for fake transparency. (background or screenshot)" Set from: Default
rofi.fake-background: screenshot
! "Window Format. w (desktop name), t (title), n (name), r (role), c (class)" Set from: Default
rofi.window-format: {w} {c} {t}
! "Click outside the window to exit" Set from: Default
rofi.click-to-exit: true
! "Indicate how it match by underlining it." Set from: Default
rofi.show-match: true
! "Pidfile location" Set from: Default
! "Clear input line" Set from: Default
rofi.kb-clear-line: Alt+D
! "Beginning of line" Set from: Default
rofi.kb-move-front: Alt+I
! "End of line" Set from: Default
rofi.kb-move-end: Alt+A
! "Move back one word" Set from: Default
rofi.kb-move-word-back: Alt+b
! "Move forward one word" Set from: Default
rofi.kb-move-word-forward: Alt+w
! "Move back one char" Set from: Default
rofi.kb-move-char-back: Alt+h
! "Move forward one char" Set from: Default
rofi.kb-move-char-forward: Alt+l
! "Delete till the end of line" Set from: Default
rofi.kb-remove-to-eol: Alt+C
! "Delete till the start of line" Set from: Default
rofi.kb-remove-to-sol: Alt+S
! "Switch to the next mode." Set from: Default
rofi.kb-mode-next: Control+Tab
! "Switch to the previous mode." Set from: Default
rofi.kb-mode-previous: Control+Shift+Tab
! "Go to the previous column" Set from: Default
rofi.kb-row-left: Alt+H
! "Go to the next column" Set from: Default
rofi.kb-row-right: Alt+L
! "Set selected item as input text" Set from: Default
rofi.kb-row-select: Control+space
! "Take a screenshot of the rofi window" Set from: Default
rofi.kb-screenshot: Alt+s
! "Quit rofi" Set from: Default
rofi.kb-cancel: Escape