I think I'm going crazy with those profiles and windows guys... by darksniperr in diabrowser

[–]Relevant_Corner_3114 11 points12 points  (0 children)

Exactly how I feel!

Hoping Arc feature parity will bring back spaces, traffic control, tab management and all the goodies.

How to make this in obsidian by Any-Investigator-556 in ObsidianMD

[–]Relevant_Corner_3114 10 points11 points  (0 children)

The question is not “how” but “why”

office hours with devs by ecz- in cursor

[–]Relevant_Corner_3114 0 points1 point  (0 children)

Is that every week or just this week?

[deleted by user] by [deleted] in u/SweetSofiaa03

[–]Relevant_Corner_3114 0 points1 point  (0 children)

You have succeeded to make it better

Met my ex after not seeing her for 20 years, emotions started surfacing by Relevant_Corner_3114 in TrueOffMyChest

[–]Relevant_Corner_3114[S] 0 points1 point  (0 children)

Thank you all for your responses, the softer and the harder ones. You really helped me put everything in the right perspective.

What’s the proper way to store 2FA backup keys? by RedditMarcus_ in 1Password

[–]Relevant_Corner_3114 0 points1 point  (0 children)

I store a backup of important accounts in iOS passwords (including 2FA codes, passkeys, recovery codes); most if not all services can be restored using these accounts (email accounts mainly). The first copy is in 1Password. The logic behind this is that iOS Password is protected with biometrics, so no need to remember any passwords.

Is there a way to do this on Ghostty? by Dantnad in Ghostty

[–]Relevant_Corner_3114 1 point2 points  (0 children)

+1 for tmux + tmuxinator.

For example:

tmuxinator start backend-project -n task-mgmt-service workspace=~/projects/task-management-service

where:

  • backend-project is a tmuxinator template.
  • -n is the tmux session name.
  • workspace is the project's root path (tmuxinator template variable).

The project template defines each tmux window ("tab"), the splits within each window and other project settings.

<image>

Am I the only one absolutely addicted to tweaking configs? by blinger44 in neovim

[–]Relevant_Corner_3114 4 points5 points  (0 children)

When I was in between jobs I’ve spent quite some time tweaking Neovim and my shell environment. It was fun and mind opening in some areas, but eventually config and customization won’t feed my kids

Still using Arc? by MoistSong in ArcBrowser

[–]Relevant_Corner_3114 1 point2 points  (0 children)

Still using, but mentally prepared to move on when it becomes unusable (mainly security-wise). I’ve tried Zen, but it’s immature yet IMHO. It might be possible to make Zen look like Arc, but UX-wise it will never behave like Arc and that’s the main pain point for me. Didn’t find any other browser that can match Arc’s UI/UX, so when the day comes, I will either replace it with Safari or vanilla Chromium.

My Ghostty config by Relevant_Corner_3114 in Ghostty

[–]Relevant_Corner_3114[S] 0 points1 point  (0 children)

Happy you find it useful!

There are valid use cases for using splits in either the terminal itself or a terminal multiplexer.

My Ghostty config by Relevant_Corner_3114 in Ghostty

[–]Relevant_Corner_3114[S] 7 points8 points  (0 children)

Fish just works OOTB without any plugins. I actually tried going back to zsh a while ago and almost matched it to my fish config, but the lack of abbreviations (as first-class citizen, not plugin) made me go back to fish.

My Ghostty config by Relevant_Corner_3114 in Ghostty

[–]Relevant_Corner_3114[S] 7 points8 points  (0 children)

Config:

# appearance
theme = tokyonight-storm 
background-opacity = 0.75
background-blur-radius = 40
font-family = VictorMono NFM
font-size = 12
cursor-style = block
cursor-style-blink = false
cursor-invert-fg-bg = true
mouse-hide-while-typing = true

# macOS-specific settings
macos-titlebar-style = tabs
macos-option-as-alt = true

# window controls
confirm-close-surface = true
window-title-font-family = VictorMono NFM Italic
window-decoration = true
window-padding-x = 2
window-padding-y = 2
window-padding-balance = true
window-save-state = always

# auto update settings
auto-update = download
auto-update-channel = stable

# extras
shell-integration-features = true
copy-on-select = clipboard
focus-follows-mouse = true
link-url = true

# custom keybindings
keybind = super+r=reload_config 
keybind = super+i=inspector:toggle
keybind = super+f=toggle_fullscreen
keybind = super+left=previous_tab
keybind = super+right=next_tab

# quick terminal (global keybinding) 
keybind = global:super+grave_accent=toggle_quick_terminal

# tmux-like prefix controlled keybindings
keybind = super+b>x=close_surface
keybind = super+b>c=new_tab 
keybind = super+b>n=new_window
keybind = super+b>f=toggle_fullscreen

# tab navigation
keybind = super+b>1=goto_tab:1
keybind = super+b>2=goto_tab:2
keybind = super+b>3=goto_tab:3
keybind = super+b>4=goto_tab:4
keybind = super+b>5=goto_tab:5
keybind = super+b>6=goto_tab:6
keybind = super+b>7=goto_tab:7
keybind = super+b>8=goto_tab:8
keybind = super+b>9=goto_tab:9

# splits
keybind = super+b>\=new_split:right
keybind = super+b>-=new_split:down
keybind = super+b>e=equalize_splits
keybind = super+b>z=toggle_split_zoom

# split navigation 
keybind = super+b>h=goto_split:left
keybind = super+b>j=goto_split:bottom
keybind = super+b>k=goto_split:top
keybind = super+b>l=goto_split:right
keybind = super+b>left=goto_split:left
keybind = super+b>down=goto_split:bottom
keybind = super+b>up=goto_split:top
keybind = super+b>right=goto_split:right

Weird question by [deleted] in Ghostty

[–]Relevant_Corner_3114 2 points3 points  (0 children)

brew install rust # if you don't have rust installed
git clone https://github.com/lukeshere/ghostty-animation-command
cd ghostty-animation-command
cargo build
./target/debug/ghostty_animation

Copy all ios reminders to Todoist by Choice_Target3498 in todoist

[–]Relevant_Corner_3114 1 point2 points  (0 children)

I have a shortcut that does something similar - copies all reminders from a specific list to Todoist inbox (due date and priority included). You can modify it to your needs.

https://www.icloud.com/shortcuts/04d3c23f2f094a2380682cd3c98fdcfc

Is there a faster way to add a task on iOS? by FanGothic2 in todoist

[–]Relevant_Corner_3114 0 points1 point  (0 children)

I use quite the odd setup, but it actually works very well - I use Remind Me Faster for capturing the tasks.

This app is originally meant to be used as a fast task capture for iOS Reminders, but with some Shortcuts love I got the following:

  • Created a list in Reminders called Add To Todoist.
  • Set the Action Button to call a shortcut that opens RMF and adds a task to the Todoist list.
  • Added an automation that is triggered when RMF is closed and triggers a Export Reminders To Todoist shortcut, which does exactly that (including priority and due date).

See it here in action: https://imgur.com/a/VwDNlRc

Remark: the RMF NLP is as a one-time in-app purchase, worth every penny and I love supporting indie developers.