From 5e601f7ee14830ef645ee3d3b1bcdce7450a5ce3 Mon Sep 17 00:00:00 2001 From: punk Date: Thu, 29 Apr 2021 16:10:16 +0100 Subject: linux tools configs moved to linux folder --- tools/conf/etc/X11/xinit/xinitrc | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 tools/conf/etc/X11/xinit/xinitrc (limited to 'tools/conf/etc/X11/xinit/xinitrc') diff --git a/tools/conf/etc/X11/xinit/xinitrc b/tools/conf/etc/X11/xinit/xinitrc deleted file mode 100644 index 2607046..0000000 --- a/tools/conf/etc/X11/xinit/xinitrc +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -userresources=$HOME/.Xresources -usermodmap=$HOME/.Xmodmap -sysresources=/etc/X11/xinit/.Xresources -sysmodmap=/etc/X11/xinit/.Xmodmap - -# merge in defaults and keymaps - -if [ -f $sysresources ]; then - xrdb -merge $sysresources - -fi - -if [ -f $sysmodmap ]; then - xmodmap $sysmodmap -fi - -if [ -f "$userresources" ]; then - xrdb -merge "$userresources" - -fi - -if [ -f "$usermodmap" ]; then - xmodmap "$usermodmap" -fi - -# start some nice programs - -if [ -d /etc/X11/xinit/xinitrc.d ] ; then - for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do - [ -x "$f" ] && . "$f" - done - unset f -fi -- cgit 1.4.1-2-gfad0 summary refs log tree commit diff stats
path: root/tests/functionaltests/test_muc.h
blob: 1636bd0593cfc5ee44a9330dba51fc689b5fedd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14