5 Aug 2024 |
monirzadeh | How can I reset all settings to default in tridactlycl file.
I want if I remove specific settings in rc file it is automatically back to default | 10:16:44 |
bovine3dom | You can't really | 16:48:47 |
bovine3dom | If you quit Firefox using ZZ you can rebind ZZ to composite santise tridactyllocal; qall | 16:49:28 |
bovine3dom | don't put sanitise at the top of your RC file because it breaks settings in really weird ways | 16:49:53 |
8 Aug 2024 |
| Dr. Jaska joined the room. | 09:25:03 |
Dr. Jaska | Hi, I came here to ask if it's possible to completely disable tridactyl on a specific website. I have used :blacklistadd example.com but on that site I can see tridactyl's mode window on bottom right saying "ignore" but I don't want to see it on that site. | 09:28:15 |
bovine3dom | In reply to @drjaska:hacklab.fi Hi, I came here to ask if it's possible to completely disable tridactyl on a specific website. I have used :blacklistadd example.com but on that site I can see tridactyl's mode window on bottom right saying "ignore" but I don't want to see it on that site. yeah see :help superignore | 09:51:36 |
Dr. Jaska | Also slightly unrelated but might as well ask: Can I unfocus the address bar? ^L focused it but idk how to return focus to the page/elsewhere without touching my rodent. | 10:06:03 |
bovine3dom | In reply to @drjaska:hacklab.fi Also slightly unrelated but might as well ask: Can I unfocus the address bar? ^L focused it but idk how to return focus to the page/elsewhere without touching my rodent. ctrl+comma works everywhere to get you back to tridactyl
F6 (twice?) is a Firefox default bind that gets you to the page | 10:15:23 |
Dr. Jaska | Both work, tyvm ❤️ F6 toggles focus between the address bar and the page | 10:17:09 |
Dr. Jaska | * Both work, tyvm ❤️ F6 toggles focus between the address bar and the page, if pressed twice then it leaves and then returns focus back to the bar | 10:17:54 |
| 007harshmahajan set a profile picture. | 15:17:42 |
| 007harshmahajan changed their profile picture. | 15:18:15 |
9 Aug 2024 |
½ | if I bind <c-l> keyfeed <f6> then <c-l> throws "controller in excmd: TypeError: already executing generator" | 23:50:27 |
½ | is there a proper way to invoke a function key? | 23:50:58 |
10 Aug 2024 |
bovine3dom | In reply to @haugh:matrix.org is there a proper way to invoke a function key? if you're on x11 and have xdotool and :native installed you can use :bind ... !s xdotool ...
I can't remember the exact syntax for xdotool but it's pretty simple :) | 09:17:12 |
bovine3dom | there's no way to do it with tridactyl alone | 09:17:22 |
bovine3dom | keyfeed is for feeding keypresses to Tridactyl, not to Firefox | 09:17:48 |
| Michael joined the room. | 19:30:50 |
12 Aug 2024 |
| throwndice joined the room. | 14:02:01 |
13 Aug 2024 |
monirzadeh | Is it possible to hide tab bar in Firefox and show then for 2 sec when tab switch? | 10:55:03 |
monirzadeh | * | 10:55:27 |
gamingjones223 | I use tab auto hide to hide tabs unless I move my mouse up there or open a new tab which works pretty well | 16:37:53 |
gamingjones223 | If you let tridactyl do all your tabbing though it can show the order in b easily | 16:38:11 |
monirzadeh | In reply to @gamingjones223:beeper.com I use tab auto hide to hide tabs unless I move my mouse up there or open a new tab which works pretty well Usually I use J and K to fast tab switch I want if I switch with those keys show tabs for 2 sec than hide (without mouse) | 16:58:46 |
gamingjones223 | You could make a script to move your mouse up there when you hit J and K if you used auto hide I guess | 16:59:35 |
gamingjones223 | Or just an xdotool native bind | 16:59:40 |
monirzadeh | In reply to @gamingjones223:beeper.com You could make a script to move your mouse up there when you hit J and K if you used auto hide I guess How | 17:00:00 |
monirzadeh | In reply to @gamingjones223:beeper.com Or just an xdotool native bind I am on Wayland | 17:00:15 |
monirzadeh | In reply to @gamingjones223:beeper.com You could make a script to move your mouse up there when you hit J and K if you used auto hide I guess * | 17:00:24 |