This file contains 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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm 3.10.40 Kernel Configuration | |
# | |
CONFIG_ARM=y | |
CONFIG_ARM_HAS_SG_CHAIN=y | |
CONFIG_NEED_SG_DMA_LENGTH=y | |
CONFIG_ARM_DMA_USE_IOMMU=y | |
CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8 | |
CONFIG_HAVE_PWM=y |
This file contains 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
/* | |
* test_bdb.cpp | |
* | |
* access bdb with DB_THREAD (bad idea, according to | |
* https://docs.oracle.com/cd/E17076_04/html/api_reference/CXX/frame_main.html) | |
* | |
* g++ -o /tmp/test_bdb test_bdb.cpp -ldb_cxx -lboost_thread -lboost_system | |
*/ | |
#include <db_cxx.h> |
This file contains 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
#!/bin/bash | |
# Openbox Pipe Menu for xcompmgr | |
# Written for CrunchBang Linux <http://crunchbang.org/projects/linux/> | |
# by Philip Newborough (aka corenominal) <[email protected]> | |
# Set xcompmgr command options | |
#EXEC='xcompmgr -c -t-5 -l-5 -r4.2 -o.55' #basic | |
EXEC='xcompmgr -cCfF -t-5 -l-5 -r4.2 -o.55 -D6' #more effects | |
# Toggle compositing. Call with "myxcompmgr --startstop" |
This file contains 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
#--------------------------------------------- | |
# TINT2 CONFIG FILE | |
#--------------------------------------------- | |
# For more information about tint2, see: | |
# http://code.google.com/p/tint2/wiki/Welcome | |
# | |
# For more config file examples, see: | |
# http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/ | |
#--------------------------------------------- | |
# BACKGROUND AND BORDER |
This file contains 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
# conky configuration | |
# | |
# The list of variables has been removed from this file in favour | |
# of keeping the documentation more maintainable. | |
# Check http://conky.sf.net for an up-to-date-list. | |
# | |
# For ideas about how to modify conky, please see: | |
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/ | |
# | |
# For help with conky, please see: |
This file contains 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
# Run the system-wide support stuff | |
#. $GLOBALAUTOSTART | |
# Programs to launch at startup | |
# ============================= | |
# Set-up keyboard maps and sytem tray switcher | |
# tip - quickly toggle between keyboard maps by holding both shift keys! | |
#setxkbmap -option grp:shifts_toggle,grp_led:scroll gb,us,de,fr & | |
setxkbmap -option grp:shifts_toggle,grp_led:scroll jp,us & |