tkna (TAKAHASHI Naoki)

Results 131 comments of tkna (TAKAHASHI Naoki)

It seems that ydotool can manipulate the mouse pointer in relative coordinates https://github.com/ReimuNotMoe/ydotool ``` # Relatively move mouse pointer to -100,100: ydotool mousemove -- -100 100 ``` Maybe there is...

Thank you. With what you taught me, I was able to lower the number of layers by pressing `esc` when I was at `L3` below. ``` [ids] * [main] backslash...

I checked clear(). It is working clear and comfortable. Thanks😀 https://user-images.githubusercontent.com/102382754/184293290-3d2b53d6-d02e-4514-9213-16f1ffbbeb2f.mp4

@herrsimon I got the desired results below. Thank you. ``` # ydotoold & 423065 # ``` /etc/keyd/hhkb.conf ``` [main] space = overload(layer1, space) [layer1] a = command(ydotool type "$(date +%Y%m%d-%H%M%S)")...

I ran the following 1-2, a-g ``` [main] space = overload(layer1, space) [layer1] # https://github.com/ReimuNotMoe/ydotool/blob/master/manpage/ydotool.1.scd 1 = command(ydotool type "$(date)") 2 = command(ydotool type "$(date +%Y%m%d-%H%M%S)") a = command(ydotool type...

In a naive way, I imagine the following policies, etc. 1. Do nothing. Leave such processing to the following clipboard tool, etc., and leave it outside the scope of the...

Checked. Works very quickly, clear and comfortable. Thank you! ![20220902-194532_screencast](https://user-images.githubusercontent.com/102382754/188124381-7e9bd28c-ba77-4f69-afa1-6f7e661cb5ce.gif)

As for me, it seems that for now I have found a simpler alternative (rsync to btrfs managed by snapper) and I don't have to use snap-sync. However, I think...

@marccollin Sorry my English is not good enough to translate well. I don't have the motivation to resolve this Issue because as a user I have found another alternative, but...

@marccollin > you mean this project: https://github.com/thkukuk/rsync-backup ? No. But the project sounds interesting as well. My need is to store data from the main machine with snapshots on a...