From c72cc86a8cd657adc0e0adce350d65d49d28993f Mon Sep 17 00:00:00 2001 From: kento2 Date: Thu, 2 Apr 2026 17:21:21 +0200 Subject: [PATCH] . --- files/.config/nheko/nheko.conf | 86 ---------------------------------- files/.config/sxwmrc | 3 +- files/.zshrc | 1 + 3 files changed, 3 insertions(+), 87 deletions(-) delete mode 100644 files/.config/nheko/nheko.conf diff --git a/files/.config/nheko/nheko.conf b/files/.config/nheko/nheko.conf deleted file mode 100644 index 628cb5a..0000000 --- a/files/.config/nheko/nheko.conf +++ /dev/null @@ -1,86 +0,0 @@ -[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 diff --git a/files/.config/sxwmrc b/files/.config/sxwmrc index 650e495..02440f9 100644 --- a/files/.config/sxwmrc +++ b/files/.config/sxwmrc @@ -1,5 +1,6 @@ # Colour Themes: -focused_border_colour : #592b38 +#focused_border_colour : #0a8 +focused_border_colour : #a30 unfocused_border_colour : #333333 swap_border_colour : #eeeeee diff --git a/files/.zshrc b/files/.zshrc index 6d0bcf1..f6ad1b8 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -23,6 +23,7 @@ alias nvi='vis' alias xr='doas xbps-remove -y' alias pc='pass -c' alias pe='pass edit' +alias l='ls -l --color' cdpath="$HOME" alias nman='man -M /usr/local/netbsd-man'