Skip to content

Instantly share code, notes, and snippets.

View williamjmorenor's full-sized avatar
💭
I may be slow to respond.

William Moreno williamjmorenor

💭
I may be slow to respond.
View GitHub Profile

BMO Soluciones, S.A. Individual Contributor License Agreement

Thank you for your interest in contributing to any open source software projects (“Projects”) made available by BMO Soluciones Sociedad Anonima or its affiliates (“BMO”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, bugs reports, feature requests, information or other works of authorship that you submit or have submitted, in any form and in any manner, to BMO in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact development@bmogroup.solucions.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/js/%40patternfly/patternfly/patternfly.css">
<script src="/static/cacaoaccounting.js"></script>
<link rel="icon" type="image/png" href="/static/media/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/static/media/favicon-16x16.png" sizes="16x16">
@williamjmorenor
williamjmorenor / autostart
Last active December 16, 2018 03:03
Openbox autostar file for Fedora Magazine post
cat ~/.config/openbox/autostart
#Set tapping on touchpad on:
xinput set-prop 11 278 1 &
#Set desktop wallpaper:
feh --bg-scale wallpaper.jpg &
#Show system tray:
tint2 &
@williamjmorenor
williamjmorenor / .conkyrc
Created October 6, 2017 16:37
Conky conf for Fedora Magazine Openbox post
cat .conkyrc
conky.config = {
own_window = yes,
own_window_transparent = yes,
own_window_type = "override",
own_window_argb_visual = true,
background = yes,
use_xft = true,
xftalpha = 0.1,
update_interval = 1.0,