Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
eb0a87da
Commit
eb0a87da
authored
Apr 21, 2021
by
Jay Ta'ala
Browse files
Converted rofi config to rasi format. Set font.
parent
4cd600ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
rofi/config
deleted
100644 → 0
View file @
4cd600ea
!theme location
rofi.theme: ~/.config/rofi/themes/lb-custom.rasi
!keyboard binding changes: tab, shift+tab to switch modes
rofi.kb-row-tab:
rofi.kb-row-up: Up,Control+p,Super+k
rofi.kb-row-down: Down,Control+n,Super+j
rofi.kb-mode-next: Tab,Super+l
rofi.kb-mode-previous: ISO_Left_Tab,Super+h
rofi.kb-accept-entry: Return,Super+Return
rofi/config.rasi
0 → 100644
View file @
eb0a87da
configuration {
theme: "~/.config/rofi/themes/lb-custom.rasi";
font: "BitstreamVeraSans-Roman 16";
kb-accept-entry: "Return,Super+Return";
kb-mode-next: "Tab,Super+l";
kb-mode-previous: "ISO_Left_Tab,Super+h";
kb-row-up: "Up,Control+p,Super+k";
kb-row-down: "Down,Control+n,Super+j";
kb-row-tab: "";
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment