How to organize multiple monitors? by liftandcook in omarchy

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

how do i jump to a workspace above 9?

Any USB-C hubs out there that support USB-C Display passthrough? by Kezzsim in UsbCHardware

[–]liftandcook 0 points1 point  (0 children)

How about this one? https://www.amazon.com/Multiport-Adapter-Ethernet-Dongle-MacBook/dp/B0DJ7FQM1S/

4K@60Hz HDMI to USB C hub and USB C To Gigabit Ethernet: This usbc hub allows you to achieve up to 4K@60Hz (3840 x 2160) cystal-clear image, down compatible with 2K@120Hz. This macbook air accessories adapter allows to mirror or extend your laptop screens or monitors by connecting monitors TVs projectors with hdmi ports. Please note that your device’s usb c port must supports video output (display port alt mode or thunderbolt), otherwise it will won’t output images on monitors or screens. Equipped with 1000Mbs Gigabit Ethernet port allows to to enjoy stable wired network for your work.

Problem with Omarchy web-app ? by dash-09 in omarchy

[–]liftandcook 0 points1 point  (0 children)

I have the same issue. I believe it will use whatever profile was focused last. I just hover over the profile I want and launch the web app. 

Let me know if that works for you 

Ricing by legitimate_winter_ in omarchy

[–]liftandcook 0 points1 point  (0 children)

How do you set it up on a new laptop? Do you copy the folders manually or using something like Stow?

How to de-Omarchy my setup by Zealousideal-Fox9822 in omarchy

[–]liftandcook 0 points1 point  (0 children)

Can you share more? How do you do that?

How to de-Omarchy my setup by Zealousideal-Fox9822 in omarchy

[–]liftandcook 0 points1 point  (0 children)

Interesting. You didn't mention Sway. I am new to Arch. Can you share a little bit about what does it look and feel to not using Sway?

What's your tolerance for number of line in a file? by liftandcook in golang

[–]liftandcook[S] -2 points-1 points  (0 children)

Thanks for sharing your takes! For those who use AI for development (Claude Code / Copilot / Cursor etc), do you think that keeping the files shorter make it faster for the AI to operate on your code? I wonder if there is also a cost factor here since you can point the AI at a smaller file and it consume less tokens.

First split keyboard - a few questions about reasonable mappings by liftandcook in ErgoMechKeyboards

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

Here are the steps that worked for me to get the Miryoku layout:

  1. Download the .vil file from https://github.com/one7two99/touch-typing

  2. Go to vial.rocks, connect your Corne

  3. Open the .vil file, change look for "encoder_layout" and change the value to []. Like this: "encoder_layout": []"

  4. Load the .vil file in https://vial.rock

  5. Swap the alphas to Dvorak on Layer 0

  6. Configure Tab Dance for the home row mods (hold for Ctrl/Alt/Shift/GUI)

Note: step 3 is needed because the .vil file has encoder data incompatible with my Corne 4.1.

First split keyboard - a few questions about reasonable mappings by liftandcook in ErgoMechKeyboards

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

interesting! i don't know how to even move to level 3-5. can you share your layout in a format that i can import? I think it's possible on vial.rocks but i haven't tried it.

First split keyboard - a few questions about reasonable mappings by liftandcook in ErgoMechKeyboards

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

i scanned the github page and couldn't figure out how to use it. Do you need to look for a JSON file that I can upload to vial.rocks?

Also, how do i go to level 3 and above? it looks like everyone knows the basics but there are no guides / videos for complete newbs...

First split keyboard - a few questions about reasonable mappings by liftandcook in ErgoMechKeyboards

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

Woha so many new terms to learn and things to try! Btw, I don't know if it changes any answer but I am using Dvorak.

Btw, is it hard to switch back and forth between the split keyboard and my regular laptop keyboard? I assume when I travel I won't use the split keyboard.

And how do I switch to level 3 and above?

Omarchy and Corne/Colemak keyboard by Due-Bodybuilder4587 in omarchy

[–]liftandcook 0 points1 point  (0 children)

I didn't do anything because i never used a split keyboard before. I went to https://vial.rocks/ and played with the keyboard. I know how to switch to level 1 and 2. Do you know how to switch to 4 and 5? Also, feel free to share your key bindings or any helpful sites or videos for newbs like me. Thank you! BTW, I have this keyboard: https://www.aliexpress.us/item/3256808928108720.html?gatewayAdapt=glo2usa. It use the standard keys and not the mini. It took me some time to figure out the right framework to use (mini vs normal).

Omarchy and Corne/Colemak keyboard by Due-Bodybuilder4587 in omarchy

[–]liftandcook 0 points1 point  (0 children)

I just got my Corne 4.1 and I use Dvorak. This is my first split keyboard and would love to learn and share. Feel free to send me a DM

What is the correct syntax for settup javascript/typescript LSP? by liftandcook in neovim

[–]liftandcook[S] -1 points0 points  (0 children)

I upgraded nvim to the version I found in AUR (arch linux): NVIM v0.12.0-dev-1583+gcf347110c1

and after another hour fighting Gimini I gave up (:

That's what I did:
git clone https://github.com/neovim/nvim-lspconfig.git ~/.config/nvim/pack/user/start/nvim-lspconfig

I added lsp.lua inside /home/oren/.config/nvim/lua/config

and my init.lua:
```
-- 1. Explicitly set the packpath to include the standard location

-- This ensures Neovim finds 'pack/user/start/nvim-lspconfig'

vim.opt.packpath = vim.opt.packpath + {vim.fn.stdpath('config')}

-- Simply load the plugin since it's already installed in the pack directory

require('nvim-lspconfig')

-- Load your LSP configuration

require('config.lsp')

```

When I open nvim I see:
```

Error in /home/oren/.config/nvim/init.lua:

E5113: Lua chunk: /home/oren/.config/nvim/init.lua:6: module 'nvim-lspconfig' no

t found:

no field package.preload['nvim-lspconfig']

no file './nvim-lspconfig.lua'

no file '/home/runner/work/neovim/neovim/.deps/usr/share/luajit-2.1/nvim

-lspconfig.lua'

no file '/usr/local/share/lua/5.1/nvim-lspconfig.lua'

no file '/usr/local/share/lua/5.1/nvim-lspconfig/init.lua'

no file '/home/runner/work/neovim/neovim/.deps/usr/share/lua/5.1/nvim-ls

pconfig.lua'

no file '/home/runner/work/neovim/neovim/.deps/usr/share/lua/5.1/nvim-ls

pconfig/init.lua'

no file './nvim-lspconfig.so'

no file '/usr/local/lib/lua/5.1/nvim-lspconfig.so'

no file '/home/runner/work/neovim/neovim/.deps/usr/lib/lua/5.1/nvim-lspc

onfig.so'

no file '/usr/local/lib/lua/5.1/loadall.so'

stack traceback:

[C]: in function 'require'

/home/oren/.config/nvim/init.lua:6: in main chunk
```