Activity for mcp
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #292299 |
Post edited: Edit |
— | 3 months ago |
Edit | Post #292299 |
Post edited: Edit |
— | 3 months ago |
Edit | Post #292299 |
Post edited: Edit |
— | 3 months ago |
Edit | Post #292299 |
Post edited: Edit |
— | 3 months ago |
Edit | Post #292299 | Initial revision | — | 3 months ago |
Answer | — |
A: Should we merge with Power Users? This is an interesting discussion. I am late but want to give my take. I have definitely struggled with deciding where to post. I think that struggle is part of any organized community though. f made a great point about posting where you see fit and simply being corrected. This is the right thinki... (more) |
— | 3 months ago |
Edit | Post #292227 |
Post edited: Link to user's comment not profile |
— | 3 months ago |
Edit | Post #292227 | Initial revision | — | 3 months ago |
Answer | — |
A: How to stop terminal from handling `Super+.` `Super+comma` and `Super+period` were mapped as emoji annotations. Run `ibus-setup`, go to the emoji tab, delete the bindings. Thanks to this SO post. (more) |
— | 3 months ago |
Edit | Post #292127 |
Post edited: Fix typo |
— | 4 months ago |
Edit | Post #292127 |
Post edited: Fix system info formatting |
— | 4 months ago |
Edit | Post #292127 |
Post edited: Add .vimrc try |
— | 4 months ago |
Edit | Post #292127 |
Post edited: Remove ambiguity |
— | 4 months ago |
Edit | Post #292127 |
Post edited: Expand on screenshot issue in case it's a lead |
— | 4 months ago |
Edit | Post #292127 | Initial revision | — | 4 months ago |
Question | — |
How to stop terminal from handling `Super+.` Problem I have `Super+.` mapped to `Switch to workspace on the right` in gnome settings keyboard shortcuts. It works everywhere except when focus is on the terminal. There, it enters an `e` in the terminal, but keeps the rest of the entry underlined until I hit enter, where the preceding `e` disap... (more) |
— | 4 months ago |
Edit | Post #290577 |
Post edited: Polish and add working command |
— | 10 months ago |
Edit | Post #290577 | Initial revision | — | 10 months ago |
Question | — |
How to find product and vendor names for xorg.conf Problem How do I find product and vendor names for use with a xorg.conf file? Neither the `xorg.conf` nor the `xinput` manuals specify how to do this. `xinput` lists info, but the output lacks column headers and the manual doesn't specify. Have ```txt /etc/X11/xorg.conf.d/00-keyboard.... (more) |
— | 10 months ago |
Comment | Post #290170 |
Since this received no activity up to this point, I decided to duplicate it in a more specialized forum.
You can track the progress [here](https://bbs.archlinux.org/viewtopic.php?id=291723). (more) |
— | 11 months ago |
Edit | Post #290170 |
Post edited: Add ampersand in .xinitrc line |
— | about 1 year ago |
Edit | Post #290170 | Initial revision | — | about 1 year ago |
Question | — |
How to prevent keyboard layout modifications from affecting external keyboards Using For the console: ```txt /etc/vconsole.conf KEYMAP=dvorak ``` For X Session: ```txt .xinitrc setxkbmap -layout us -variant dvorak & ``` Problem For the console, it applies the dvorak layout to a firmware dvorak keyboard, messing up the input. When starting the X Sess... (more) |
— | about 1 year ago |
Edit | Post #287821 |
Post edited: Revert header |
— | about 1 year ago |
Comment | Post #289874 |
Actually the 'printf` is useful for larger datasets where `ls` starts grouping by directory and excluding the full path. (more) |
— | about 1 year ago |
Edit | Post #289873 |
Post edited: Add desired output |
— | about 1 year ago |
Comment | Post #289874 |
This solution works and led me to a slightly simpler solution in the threads below. (more) |
— | about 1 year ago |
Comment | Post #289874 |
`find l1 -mindepth 2 -maxdepth 2 -exec sh -c "ls '{}'/* | head -n 3" \;` also works! Thanks for pointing me in the right direction. (more) |
— | about 1 year ago |
Comment | Post #289874 |
How is this sorting the output properly? It returns the first three alphabetically, but how? (more) |
— | about 1 year ago |
Comment | Post #289874 |
I was struggling with piping in an `-exec` call. Where did you read about passing `sh -c ""`? I did not find that in the `find` manual. (more) |
— | about 1 year ago |
Comment | Post #289874 |
This works, thank you! I did not need `\! -empty`. I was thinking there might be a way without `printf` using `execdir`. (more) |
— | about 1 year ago |
Edit | Post #289873 |
Post edited: Add intention |
— | about 1 year ago |
Edit | Post #289873 | Initial revision | — | about 1 year ago |
Question | — |
How to list the first x files in each directory MWE With the following tree: ```txt l1 └── l2 ├── d0 │ ├── f0 │ ├── f1 │ ├── f2 │ ├── f3 │ ├── f4 │ └── f5 ├── d1 │ ├── f0 │ ├── f1 │ ├── f2 │ ├── f3 │ ├── f4 │ └── f5 ├── d2 │ ├── f0 ... (more) |
— | about 1 year ago |
Edit | Post #289603 |
Post edited: Re-format |
— | about 1 year ago |
Edit | Post #289603 | Initial revision | — | about 1 year ago |
Question | — |
Documentation for double asterisk glob expansion Where can I find documentation on double asterisk in glob expansion? 1. It is discussed in the .gitignore section of Pro Git. 2. It works in `ls /` to list all terminal files. 3. It is supported by python's glob library. Despite this, I cannot find mention of it in the glob man pages. (more) |
— | about 1 year ago |
Edit | Post #287947 |
Post edited: Add MWE |
— | over 1 year ago |
Edit | Post #288009 | Initial revision | — | over 1 year ago |
Question | — |
Storage usage by media type Question How can I view storage usage breakdown by media type? MWE Android example Notes Commandline would be great, but open to anything. (more) |
— | over 1 year ago |
Edit | Post #287947 | Initial revision | — | over 1 year ago |
Question | — |
Copy to clipboard from terminal with Vim bindings Question How do I copy to clipboard from terminal with `yy`, assuming it's configured to use Vim bindings? I am using zsh with `bindkey -v`. MWE 1. Enter something on the commandline (without pressing enter): `$ uptime`. 2. Enter visual mode: `ESC`. 3. Yank: `yy`. This successfully ... (more) |
— | over 1 year ago |
Comment | Post #287922 |
I noticed a change to make, pushed, and it's gone now, but should be in the post history. (more) |
— | over 1 year ago |
Edit | Post #287922 |
Post edited: Add file path |
— | over 1 year ago |
Comment | Post #287922 |
I can likely push with space then push a change removing to fix, but I post this here because I think it's a UI bug. (more) |
— | over 1 year ago |
Comment | Post #287922 |
I typed this up in a text editor, with the title up top, pasted here, then dragged the title to the title text box with a mouse. In the text box it shows as completely gone. When I posted it re-appeared. I tried adding space and what not then deleting to see, but when I push the edit it's dropped bec... (more) |
— | over 1 year ago |
Edit | Post #287922 | Initial revision | — | over 1 year ago |
Question | — |
How to persist keyboard repeat rate and delay for external devices Problem I want to set a global keyboard rate for both the X session and the console that persists for external keyboards, across plug-ins and removals. To my understanding, Xorg and console settings have to be configured independently. Ideally, I'd like to disable repeat rate entirely, which ... (more) |
— | over 1 year ago |
Suggested Edit | Post #287882 |
Suggested edit: Wrap in code block (more) |
helpful | almost 2 years ago |
Comment | Post #287863 |
This is not a bad idea to do a wrapper that converts `--size` to percent, but `convert does not use proper unix option conventions and does not fulfill both size and percent on its own. (more) |
— | almost 2 years ago |