Basic rice set up. Still need to add a way to reiably update the package lists and i need a launcher.
This commit is contained in:
commit
3e89f350a6
107 changed files with 7553 additions and 0 deletions
17
private_dot_config/gurk/gurk.toml
Normal file
17
private_dot_config/gurk/gurk.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
first_name_only = false
|
||||
show_receipts = true
|
||||
notifications = true
|
||||
bell = true
|
||||
colored_messages = false
|
||||
default_keybindings = true
|
||||
|
||||
[user]
|
||||
display_name = "jsw"
|
||||
|
||||
[keybindings.normal]
|
||||
alt-enter = ""
|
||||
ctrl-p = "toggle_multiline"
|
||||
ctrl-j= "select_message next entry"
|
||||
ctrl-k = "select_message previous entry"
|
||||
ctrl-shift-j= "select_channel next"
|
||||
ctrl-shift-k = "select_channel previous"
|
||||
Loading…
Add table
Add a link
Reference in a new issue