This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define _POSIX_C_SOURCE 199309L | |
//#define DEBUG | |
#include <Imlib2.h> | |
#include <X11/Xatom.h> | |
#include <X11/Xlib.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/apt/apt.conf.d/30detectproxy: | |
# Fail immediately if a file could not be retrieved. Comment if you have a bad | |
# Internet connection | |
Acquire::Retries 0; | |
# undocumented feature which was found in the source. It should be an absolute | |
# path to the program, no arguments are allowed. stdout contains the proxy | |
# server, stderr is shown (in stderr) but ignored by APT | |
Acquire::http::ProxyAutoDetect "/etc/apt/detect-http-proxy"; |