.
This commit is contained in:
parent
f7ad952688
commit
4b0347543c
2 changed files with 89 additions and 4 deletions
86
files/.config/nheko/nheko.conf
Normal file
86
files/.config/nheko/nheko.conf
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
[General]
|
||||||
|
disable_certificate_validation=false
|
||||||
|
run_without_secure_secrets_service=true
|
||||||
|
|
||||||
|
[auth]
|
||||||
|
access_token=syt_a2VudG8y_UzPRxSHjMxQuxDaftuQv_44ssBE
|
||||||
|
device_id=AKFKLACKCV
|
||||||
|
home_server=https://matrix.4d2.org:443
|
||||||
|
user_id=@@kento2:4d2.org
|
||||||
|
|
||||||
|
[secrets]
|
||||||
|
nheko.47DEQpj8HBSa%2B\TImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D.pickle_secret=fN$P*2c^KDeZbn@OGW3RFW!KrHp$pRl722d8wIi*bQ!OUdYJ*B(mgoAsrPQ!F&z9
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
scale_factor=1
|
||||||
|
|
||||||
|
[user]
|
||||||
|
alert_on_notification=false
|
||||||
|
animate_images_on_hover=false
|
||||||
|
automatically_share_keys_with_trusted_users=false
|
||||||
|
avatar_circles=true
|
||||||
|
bubbles_enabled=false
|
||||||
|
camera=
|
||||||
|
camera_frame_rate=
|
||||||
|
camera_resolution=
|
||||||
|
collapsed_spaces=@Invalid()
|
||||||
|
currentProfile=
|
||||||
|
current_tag_id=
|
||||||
|
decrypt_notifications=true
|
||||||
|
decrypt_sidebar=true
|
||||||
|
desktop_notifications=true
|
||||||
|
disable_swipe=false
|
||||||
|
emoji_font_family=
|
||||||
|
expired_events_background_maintenance=false
|
||||||
|
expose_dbus_api=false
|
||||||
|
fancy_effects=true
|
||||||
|
font_family=
|
||||||
|
font_size=12
|
||||||
|
group_view=false
|
||||||
|
hidden_pins=@Invalid()
|
||||||
|
hidden_tags=@Invalid()
|
||||||
|
hidden_widgets=@Invalid()
|
||||||
|
invert_enter_key=false
|
||||||
|
markdown_enabled=true
|
||||||
|
microphone=Razer Seiren Mini Mono
|
||||||
|
minor_events=true
|
||||||
|
mobile_mode=false
|
||||||
|
muted_tags=global
|
||||||
|
online_key_backup=true
|
||||||
|
only_share_keys_with_verified_users=false
|
||||||
|
open_image_external=false
|
||||||
|
open_video_external=false
|
||||||
|
presence=AutomaticPresence
|
||||||
|
privacy_screen=false
|
||||||
|
privacy_screen_timeout=0
|
||||||
|
read_receipts=true
|
||||||
|
recent_reactions=@Invalid()
|
||||||
|
reduced_motion=false
|
||||||
|
ringtone=Default
|
||||||
|
screen_share_frame_rate=5
|
||||||
|
screen_share_hide_cursor=false
|
||||||
|
screen_share_pip=true
|
||||||
|
screen_share_remote_video=false
|
||||||
|
scrollbars_in_roomlist=false
|
||||||
|
show_images=Always
|
||||||
|
sidebar\community_list_width=46
|
||||||
|
sidebar\room_list_width=223
|
||||||
|
small_avatars_enabled=false
|
||||||
|
sort_by_alphabet=false
|
||||||
|
sort_by_unread=true
|
||||||
|
space_background_maintenance=true
|
||||||
|
space_notifications=true
|
||||||
|
theme=dark
|
||||||
|
timeline\buttons=true
|
||||||
|
timeline\enlarge_emoji_only_msg=false
|
||||||
|
timeline\max_width=0
|
||||||
|
timeline\message_hover_highlight=true
|
||||||
|
typing_notifications=true
|
||||||
|
use_identicon=true
|
||||||
|
use_stun_server=false
|
||||||
|
window\start_in_tray=false
|
||||||
|
window\tray=false
|
||||||
|
|
||||||
|
[window]
|
||||||
|
height=1404
|
||||||
|
width=1208
|
||||||
|
|
@ -18,8 +18,8 @@ new_win_focus : true
|
||||||
warp_cursor : true
|
warp_cursor : true
|
||||||
floating_on_top : true
|
floating_on_top : true
|
||||||
new_win_master : true
|
new_win_master : true
|
||||||
can_swallow : "st", "pcmanfm"
|
can_swallow : "st", "st-256color", "pcmanfm"
|
||||||
can_be_swallowed : "mpv", "sxiv", "nsxiv", "meh", "feh"
|
can_be_swallowed : "mpv", "sxiv", "nsxiv", "meh", "feh", "okular"
|
||||||
start_fullscreen : "vlc"
|
start_fullscreen : "vlc"
|
||||||
|
|
||||||
# Keybinds:
|
# Keybinds:
|
||||||
|
|
@ -64,8 +64,7 @@ call : mod + shift + Down : resize_win_down
|
||||||
call : mod + shift + Left : resize_win_left
|
call : mod + shift + Left : resize_win_left
|
||||||
call : mod + shift + Right : resize_win_right
|
call : mod + shift + Right : resize_win_right
|
||||||
|
|
||||||
call : mod + space : toggle_floating
|
call : mod + shift + space : toggle_floating
|
||||||
call : mod + shift + space : global_floating
|
|
||||||
call : mod + g : fullscreen
|
call : mod + g : fullscreen
|
||||||
|
|
||||||
call : mod + r : reload_config
|
call : mod + r : reload_config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue