{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2230369,"defaultBranch":"master","name":"dotfiles","ownerLogin":"tfarina","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-08-18T20:57:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/970071?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1613530666.077873","currentOid":""},"activityList":{"items":[{"before":"58eb3a839ddc20645d1100b32edb555acc954c7f","after":"eae77b36b4f181f3a5e7843d469a0abc61eecb59","ref":"refs/heads/master","pushedAt":"2024-09-18T08:19:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add a keyboard shortcut to launch firefox\n\nThis adds a new keyboard shortcut to launch the web browser, which in my\nwill launch firefox.\n\nTo add a new keyboard shortcut in Xfce, select Start menu -> Settings ->\nKeyboard -> Application Shortcuts and click on Add button.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add a keyboard shortcut to launch firefox"}},{"before":"4c7c614072098293d4b6d3059e851f5d5e9a637c","after":"58eb3a839ddc20645d1100b32edb555acc954c7f","ref":"refs/heads/master","pushedAt":"2024-09-16T16:04:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"do not set title resource option to empty string\n\nIf we set title like this:\n\nURxvt.title:\n\nThen the urxvt window will have an icon but no title. urxvt will not get its\nname from the basename of full path in the argv[0].\n\nAlso, in Xfce panel the window will be called \"Untitled window\", but we don't\nwant that, so let's not set it to an empty string.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"do not set title resource option to empty string"}},{"before":"1fea676b564f5d6583129b2e97b26046cf2c9e41","after":"4c7c614072098293d4b6d3059e851f5d5e9a637c","ref":"refs/heads/master","pushedAt":"2024-09-02T15:37:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"use the word \"Manager\" instead of \"Explorer\"\n\nThunar is describe in Xfce documentation as a \"modern file manager\", so let's\nuse the term \"manager\" instead of \"Explorer\" to avoid confusion with\n\"Windows Explorer\" or the new \"File Explorer\" there.\n\nRefs:\nhttps://docs.xfce.org/xfce/thunar/start\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"use the word \"Manager\" instead of \"Explorer\""}},{"before":"a3098f7ed9d68113997e11ee8ad99da181bb9517","after":"1fea676b564f5d6583129b2e97b26046cf2c9e41","ref":"refs/heads/master","pushedAt":"2024-09-02T15:33:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"use the word \"Finder\" consistently\n\nxfce4-appfinder is not just a \"launcher\" program, it finds a program then\nlaunches it if the user wants.\n\nLet's use the word \"Finder\" as it is used in the Xfce documentation, in the\nname of the program and also in the keyboard shortcuts table.\n\nRefs:\nhttps://docs.xfce.org/xfce/xfce4-appfinder/start\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"use the word \"Finder\" consistently"}},{"before":"ce11b1978eadfef41b40dad743eaa47dca0a0806","after":"a3098f7ed9d68113997e11ee8ad99da181bb9517","ref":"refs/heads/master","pushedAt":"2024-08-31T09:30:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"update terminal font in README file\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"update terminal font in README file"}},{"before":"04a98962fc7077ac38ff5100cc27a4a6ea670606","after":"ce11b1978eadfef41b40dad743eaa47dca0a0806","ref":"refs/heads/master","pushedAt":"2024-08-29T09:06:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add a copy of Chicago95 theme\n\nThis adds a copy of the Chicago95 theme downloaded from [1].\n\nAfter cloning the repository, I copied the theme directory with the\nfollowing command:\n\n$ sudo cp -r Theme/Chicago95 /usr/share/themes\n\nAs I use it as my Xfce Window Manager theme, I enabled it as:\n\n- Select Xfce Start menu -> Settings -> Window Manager.\n- In the Style tab, choose Chicago95 as the theme style.\n- Set Title font to Sans Bold, 9 points.\n\nRefs:\n[1] - https://github.com/grassmunk/Chicago95/\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add a copy of Chicago95 theme"}},{"before":"de0d90321a3cfb8e90f13f0ceab4a11a40be32c1","after":"04a98962fc7077ac38ff5100cc27a4a6ea670606","ref":"refs/heads/master","pushedAt":"2024-08-28T12:56:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"remove Category column from shortcuts table\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"remove Category column from shortcuts table"}},{"before":"da6e2224303edcd1b240947ae487bbf0ed7768b9","after":"de0d90321a3cfb8e90f13f0ceab4a11a40be32c1","ref":"refs/heads/master","pushedAt":"2024-08-28T12:54:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"remove the program names from the shortcuts table\n\nAlthough it may be helpful, let's keep it more generic as the application\nused may change without notice.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"remove the program names from the shortcuts table"}},{"before":"ffc45429b0c9ad9f0cbf5fd9f0c94e99e0627b96","after":"da6e2224303edcd1b240947ae487bbf0ed7768b9","ref":"refs/heads/master","pushedAt":"2024-08-28T12:37:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"improve and simplify installation instructions\n\nThe main goal was also to remove the references to sxhkd and zsh.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"improve and simplify installation instructions"}},{"before":"bd0271372db372c19d8c062d55e26ece5355784c","after":"ffc45429b0c9ad9f0cbf5fd9f0c94e99e0627b96","ref":"refs/heads/master","pushedAt":"2024-08-27T09:11:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"remove sxhkd key bindings table\n\nAs I'm using Xfce instead of bspwm, I don't use sxhkd anymore and I don't plan\nto use it in the near future either. Hence, I'm removing its shortcuts table\nfrom the README.md file.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"remove sxhkd key bindings table"}},{"before":"b5da925dcd5400b483f61e95cb41341aa7e33c24","after":"bd0271372db372c19d8c062d55e26ece5355784c","ref":"refs/heads/master","pushedAt":"2024-08-25T11:31:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"display GRUB menu when booting up\n\nThis makes the bootloader menu always appear after the POST screen (BIOS load).\n\nOtherwise, I have to press and hold Shift when it is loading.\n\nI set up a ruge timeout (30 seconds), so there is no rush and it allows plently\nof time to read everything the menu says.\n\nAs always, to update this copy of grub file, I ran the following command:\n\n$ sudo cp /etc/default/grub ~/dotfiles/grub\n\nTo apply the changes made and make the change permanent, I ran:\n\n$ sudo update-grub\n\nRefs:\nhttps://askubuntu.com/questions/16042/how-to-get-to-the-grub-menu-at-boot-time\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"display GRUB menu when booting up"}},{"before":"d9765d3469ac8339b53b3e4e5c06f15c5b859100","after":"b5da925dcd5400b483f61e95cb41341aa7e33c24","ref":"refs/heads/master","pushedAt":"2024-08-20T14:59:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"set answerbackString resource option\n\nI used the value of the VT100_ANS macro.\n\nRefs:\nhttps://github.com/exg/rxvt-unicode/blob/c149b9460b08630014a3ee44737e0b42cfca7035/src/command.h#L61\nhttps://github.com/exg/rxvt-unicode/blob/c149b9460b08630014a3ee44737e0b42cfca7035/src/command.C#L2540\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"set answerbackString resource option"}},{"before":"7bee8bb631904ed35a3f54721db3e32672d56b6e","after":"d9765d3469ac8339b53b3e4e5c06f15c5b859100","ref":"refs/heads/master","pushedAt":"2024-08-20T08:46:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"use the name of the executable rather than the symbolic link\n\n$ file /usr/bin/rxvt-unicode\n/usr/bin/rxvt-unicode: symbolic link to urxvt\n\n$ file /usr/bin/urxvt\n/usr/bin/urxvt: setgid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=fad1359e8fd0cfab43d4601e0fcd85e97f8c6aad, stripped\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"use the name of the executable rather than the symbolic link"}},{"before":"256c52fcdd70bf00aca6891060b887f586349453","after":"7bee8bb631904ed35a3f54721db3e32672d56b6e","ref":"refs/heads/master","pushedAt":"2024-08-20T08:43:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add window manager entry to README.md\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add window manager entry to README.md"}},{"before":"9022a1f4d43a0de4524766167f473330ff05952e","after":"256c52fcdd70bf00aca6891060b887f586349453","ref":"refs/heads/master","pushedAt":"2024-08-20T08:18:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add url entry for emacs to README.md\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add url entry for emacs to README.md"}},{"before":"6cd8058d81ce76f83a1b32071c7c62946d5fd6d5","after":"9022a1f4d43a0de4524766167f473330ff05952e","ref":"refs/heads/master","pushedAt":"2024-08-20T07:55:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"sort Xfce keyboard shortcuts table in alphabetical order\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"sort Xfce keyboard shortcuts table in alphabetical order"}},{"before":"451e6e1bc2e936c3bb9c2f2181ed293d6e50ab0d","after":"6cd8058d81ce76f83a1b32071c7c62946d5fd6d5","ref":"refs/heads/master","pushedAt":"2024-08-19T18:13:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"improve xfce keyboards shortcuts table\n\nTo be nicer to read and easier to understand.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"improve xfce keyboards shortcuts table"}},{"before":"54de02f20380184fa57a3b57a1655d91671ab760","after":"451e6e1bc2e936c3bb9c2f2181ed293d6e50ab0d","ref":"refs/heads/master","pushedAt":"2024-08-19T10:49:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add info on how to disable gtk3-csd\n\nThese client side decorations from gtk3 are UGLY, so\nI disabled them.\n\nDownloaded and installed from:\nhttp://ftp.es.debian.org/debian/pool/main/g/gtk3-nocsd/gtk3-nocsd_3-1_all.deb\nhttp://ftp.es.debian.org/debian/pool/main/g/gtk3-nocsd/libgtk3-nocsd0_3-1+b1_i386.deb\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add info on how to disable gtk3-csd"}},{"before":"cf4e2e4f7ddf4bad88f91772a8911d4402daf1ba","after":"54de02f20380184fa57a3b57a1655d91671ab760","ref":"refs/heads/master","pushedAt":"2024-08-17T10:06:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add a copy of Clearlooks-Phenix theme directory\n\nThis adds a copy of Clearlooks-Phenix theme directory, which I installed\nfrom apt package manager with: sudo apt install clealooks-phenix-theme.\n\nIt is a small directory, it contains 143 items and just 232.2 kB.\n\nUnlike the version I archived from the git repository, it does not contain\nCOPYING, doc/, LISEZ-MOI.md, openbox-3/, README.md, src/ and wallpapers/.\nThat is why it is smaller.\n\nIt was copied here with the following commands:\n\n$ cd ~/dotfiles/themes\n$ cp -r /usr/share/themes/Clearlooks-Phenix .\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add a copy of Clearlooks-Phenix theme directory"}},{"before":"e1793f9153849419d66b939f1470919b702c7110","after":"cf4e2e4f7ddf4bad88f91772a8911d4402daf1ba","ref":"refs/heads/master","pushedAt":"2024-08-17T08:48:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"update ubuntu_package_list.txt\n\nI installed clearlooks-phenix-theme with apt package manager\nwith the following command:\n\n$ sudo apt install clearlooks-phenix-theme\n\nThat suggested also installing gtk2-engines, which I accepted.\n\nAfter installing gtk2-engines, it finally made the clearlooks-phenix\ntheme usable. Yay!\n\nThe list was updated with:\n\n$ dpkg-query -f '${binary:Package}\\n' -W > ubuntu_package_list.txt\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"update ubuntu_package_list.txt"}},{"before":"9ebd8fe257ae3dd54c061d11eb5422d2279ca973","after":"e1793f9153849419d66b939f1470919b702c7110","ref":"refs/heads/master","pushedAt":"2024-08-16T17:57:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"enable boot messages to be printed on the screen when booting up the system\n\nTo enable these messages and see them on the screen when the system is booting\nup I had to remove quiet and splash parameters. Without passing this parameters\nto linux, the messages are printed on the screen.\n\nI edited the file with the following command:\n\n$ sudo emacs -nw /etc/default/grub\n\nAfter that, to make sure the changes take effect, I had to run the following\ncommand:\n\n$ sudo update-grub\n\nRefs:\nhttps://askubuntu.com/questions/25022/how-to-enable-boot-messages-to-be-printed-on-screen-during-boot-up\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"enable boot messages to be printed on the screen when booting up the …"}},{"before":"7490c4635bf0ee6e25bdea639a0e551a4d77ca1d","after":"9ebd8fe257ae3dd54c061d11eb5422d2279ca973","ref":"refs/heads/master","pushedAt":"2024-08-15T09:33:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add grub configuration file\n\nThis adds a copy of the origin grub configuration file,\nbecause I'm going to make a change to display boot messages\non the screen when booting up [1].\n\nSo, before I mess up with it, let's have a backup.\n\nThis file was copied with the following command line:\n\n$ cp /etc/default/grub ~/dotfiles/grub\n\nAs I decided not to symlink it, in order to keep this copy\nupdated we have to copy the original file whenever we make changes to\nit to the dotfiles repo.\n\nRefs:\nhttps://askubuntu.com/questions/25022/how-to-enable-boot-messages-to-be-printed-on-screen-during-boot-up\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add grub configuration file"}},{"before":"8274fc8ce78a7e5f5124881d91388c0237f83fbc","after":"7490c4635bf0ee6e25bdea639a0e551a4d77ca1d","ref":"refs/heads/master","pushedAt":"2024-08-14T16:31:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add urls for ristretto and gnome screenshot\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add urls for ristretto and gnome screenshot"}},{"before":"81e4c3bf246cc8b9c59a4fc4091e96d5f2ecb6bf","after":"8274fc8ce78a7e5f5124881d91388c0237f83fbc","ref":"refs/heads/master","pushedAt":"2024-08-14T08:26:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"change the description of super+D shortcut\n\nIt just doesn't \"Show the desktop\". When you first press it and have windows\nopened it minimizes them, if you press it again it restores them.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"change the description of super+D shortcut"}},{"before":"c964381a1c459fa36a9c58b703f90999f68585e4","after":"81e4c3bf246cc8b9c59a4fc4091e96d5f2ecb6bf","ref":"refs/heads/master","pushedAt":"2024-08-14T08:16:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"document the shortcut used to open the start menu\n\nAlt+F1 is the default shortcut used to open the Start menu on Xfce.\n\nIt calls xfce4-popup-applicationsmenu.\n\nTo see or change it, go to Start menu -> Settings -> Keyboard -> Application\nShortcuts.\n\nThe next step is to use xsuperkey or xcape to map it to the Super key, to\nbe able to open it using the Super key without messing with the other\nshortcuts that use Super.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"document the shortcut used to open the start menu"}},{"before":"a19232570a01b912cea4e747d1a3b23051c937a7","after":"c964381a1c459fa36a9c58b703f90999f68585e4","ref":"refs/heads/master","pushedAt":"2024-08-11T11:05:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"set up print-pipe resource option\n\nIt specifies a command pipe for vt100 printer.\n\nWhen I press Fn+PrtSc on my keyboard it issues the lpr command.\n\nRefs:\nhttps://github.com/exg/rxvt-unicode/blame/8ad8262e8a25f33ff10d76171b5fd55c3ce171bb/src/feature.h#L144\nhttps://github.com/exg/rxvt-unicode/blob/c149b9460b08630014a3ee44737e0b42cfca7035/src/xdefaults.C#L253\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"set up print-pipe resource option"}},{"before":"a36d3a15c31e70630decc52d71e9d560c59c8b6e","after":"a19232570a01b912cea4e747d1a3b23051c937a7","ref":"refs/heads/master","pushedAt":"2024-08-08T16:09:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"add screen saver information\n\nI use XScreenSaver as my screen saver and screen locker (more\ninformation about this later).\n\nThe version was obtained with the following command:\n\n$ xscreensaver-command -version\nXScreenSaver 5.34\n\nRefs:\nhttps://www.jwz.org/xscreensaver/\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"add screen saver information"}},{"before":"d31ff0566f4dc9303de49b6e11958c6136ab0622","after":"a36d3a15c31e70630decc52d71e9d560c59c8b6e","ref":"refs/heads/master","pushedAt":"2024-08-05T08:42:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"set multiClickTime resource option\n\nIt sets the maximum time in milliseconds between multi-click select events in urxvt.\n\nI'm using the default value (500 ms). I like this way and it works pretty fine.\n\nRefs:\nhttps://github.com/exg/rxvt-unicode/blob/c149b9460b08630014a3ee44737e0b42cfca7035/src/init.C#L725\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"set multiClickTime resource option"}},{"before":"d3a9f4dd13d3446ddfac6568ca98dd2f316923b5","after":"d31ff0566f4dc9303de49b6e11958c6136ab0622","ref":"refs/heads/master","pushedAt":"2024-08-03T11:14:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"document how to show the GRUB menu\n\nRefs:\nhttps://askubuntu.com/questions/16042/how-to-get-to-the-grub-menu-at-boot-time\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"document how to show the GRUB menu"}},{"before":"095c7a921b9d3a41202d24a8f928e987815b5bef","after":"d3a9f4dd13d3446ddfac6568ca98dd2f316923b5","ref":"refs/heads/master","pushedAt":"2024-07-28T09:35:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"tfarina","name":"Thiago Farina","path":"/tfarina","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/970071?s=80&v=4"},"commit":{"message":"use the character \"?\" to indicate untracked files\n\nI dislike the % character because in many fonts I tried\nit does not look good. On other hand, the ? is funny and\nlooks good in most of the fonts I tried.\n\nSigned-off-by: Thiago Farina ","shortMessageHtmlLink":"use the character \"?\" to indicate untracked files"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQwODoxOToyNi4wMDAwMDBazwAAAAS5ZY9b","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQwODoxOToyNi4wMDAwMDBazwAAAAS5ZY9b","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0yOFQwOTozNToyNS4wMDAwMDBazwAAAASLE5w1"}},"title":"Activity · tfarina/dotfiles"}