Skip to content

Instantly share code, notes, and snippets.

View joelsonejr's full-sized avatar
🤓
Studying from home!

Joelson Junior joelsonejr

🤓
Studying from home!
  • Rio de Janeiro
View GitHub Profile
@joelsonejr
joelsonejr / terminator-config
Created August 27, 2019 00:12 — forked from gvsrepins/terminator-config
Terminator config to act like Guake terminal
[global_config]
always_on_top = True
borderless = True
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
sticky = True
tab_position = bottom
[keybindings]
hide_window = F12
[layouts]
[[default]]
@joelsonejr
joelsonejr / media-query.css
Created March 6, 2021 22:11 — forked from ceelsoin/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@joelsonejr
joelsonejr / timeshift-archlinux-fix.md
Created April 24, 2021 02:56 — forked from ovelny/timeshift-archlinux-fix.md
Fix for scheduled backups with Timeshift and Arch Linux

Issue

If you installed Timeshift from the AUR package (https://aur.archlinux.org/packages/timeshift/), you'll find that scheduled backups may not work. This is due to cronie being disabled by default.

Fix

Check if cronie is present first:

systemctl list-unit-files | grep cronie