aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Xresources192
-rw-r--r--utils/applications/gvim-buffer.desktop10
-rw-r--r--utils/applications/gvim.desktop10
-rw-r--r--utils/applications/nvim.desktop10
-rwxr-xr-xutils/applications/vim.desktop15
-rw-r--r--utils/bashrc46
-rw-r--r--utils/default-font.conf82
-rw-r--r--utils/default-font.conf.old49
-rw-r--r--utils/gtk-3.0.css132
-rw-r--r--utils/gtkrc-2.01
-rw-r--r--utils/locale.conf14
-rw-r--r--utils/update.sh1
-rw-r--r--utils/xinputrc3
13 files changed, 0 insertions, 565 deletions
diff --git a/utils/Xresources b/utils/Xresources
deleted file mode 100644
index 08969ac..0000000
--- a/utils/Xresources
+++ /dev/null
@@ -1,192 +0,0 @@
1#include "/home/max/.local/share/base16/base16-xresources/xresources/base16-tomorrow-night.Xresources"
2! #include "/home/max/.local/share/base16/base16-xresources/xresources/base16-tomorrow.Xresources"
3
4urxvt.scrollBar: false
5urxvt.background: base00
6urxvt.color0: base00
7urxvt.color1: base00
8urxvt.color2: base00
9urxvt.color3: base00
10urxvt.color4: base00
11urxvt.color5: base00
12urxvt.color6: base00
13urxvt.color7: base00
14urxvt.color8: base00
15urxvt.color9: base00
16
17! *Dialog.foreground: foreground
18! *Dialog.background: base00
19! *Dialog.Button.foreground: base05
20! *Dialog.Button.background: base00
21! !*Dialog.Button.pointBackground: #EAEAEA
22! !*Dialog.Button.clickBackground: #C3C3C3
23! *Dialog.text.foreground: base02
24! *Dialog.text.background: base00
25! *Dialog.topShadowColor: base03
26! *Dialog.bottomShadowColor: base04
27
28xscreensaver.logFile:/home/max/xscreensaver.log
29xscreensaver.verbose:true
30*.newLoginCommand: xset dpms force off
31
32Xft.antialias: true
33Xft.lcdfilter: lcddefault
34Xft.hinting: true
35Xft.rgba: rgb
36Xft.hintstyle: hintfull
37Xft.dpi: 96
38
39!*passwd.passwdFont: *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
40!*passwd.passwdFont:
41
42!*font: -*-clean-medium-r-*--12-*-*-*-*-*-*-*
43!*font: xft:Bitstream Vera Sans Mono-8
44!*font: *-dejavu sans-bold-r-*-*-*-*-*-*-*-*-*-*
45!*font: *-monospace-bold-r-*-*-*-*-*-*-*-*-*-*
46!*.font: xft:monaco:bold:size=8
47!*.font: xft:RobotoMono Nerd Font:bold:size=10
48*.passwdFont: xft:monospace
49*.font: xft:monospace
50
51
52xscreensaver.overlayTextForeground: #FFFF00
53xscreensaver.overlayTextBackground: #000000
54
55
56*passwd.thermometer.foreground: #FF0000
57*passwd.thermometer.background: #FFFFFF
58
59*passwd.heading.label: XScreenSaver %s
60*passwd.body.label: This screen is fucked.
61*passwd.unlock.label: unfuck
62*passwd.login.label: dpms: off
63*passwd.user.label: User:
64*passwd.thermometer.width: 12
65*passwd.asterisks: True
66*passwd.uname: False
67
68
69XLock*mode: image
70*image.bitmap: /home/max/.lock.xpm
71*image.count: 1
72*image.erasedelay: 0
73XLock*erasedelay: 0
74XLock*icongeometry: 180x180
75! XLock*background: background
76! XLock*foreground: foreground
77XLock*description: off
78XLock*info:
79
80
81
82
83! ---=== Experiment with making Motif less ugly for DDD ===---
84! (DDD ignores generically-set Motif properties so we must do this)
85! TODO (if possible):
86! - Hide text cursors in unfocused fields
87! - Convert on-hover effect from shadow to background color or border
88! - Pick better fonts and check which package provides them
89
90! Use the lighter background grey from the Lubuntu GTK+ theme
91! (Still a cool grey. Eyedropper the Clearlooks warm grey if necessary.)
92Ddd*background: #e0e0e0
93
94! These had no effect on my system but, from what I read, they help on
95! some systems.
96Ddd*enableThinThickness: True
97Ddd*enableEtchedInMenu: True
98Ddd*enableToggleColor: True
99Ddd*enableToggleVisual: True
100
101! Use pure white for white backgrounds like modern widget themes and websites
102Ddd*XmText.background: #ffffff
103Ddd*XmTextField.background: #ffffff
104Ddd*XmList.background: #ffffff
105Ddd*GraphEdit.background: #ffffff
106
107! Thick borders and shadows everywhere are archaic
108Ddd*shadowThickness: 1
109Ddd*borderThickness: 0
110Ddd*?*arg*shadowThickness: 1
111Ddd*?*arg*borderThickness: 0
112Ddd*?*buttons*shadowThickness: 1
113Ddd*?*buttons*borderThickness: 0
114
115! Un-cramp the menubar, menus, and toolbar to match modern compact sizing
116Ddd*menubar*marginTop: 1
117Ddd*menubar*marginBottom: 0
118Ddd*XmMenuShell*marginTop: 2
119Ddd*XmMenuShell*marginBottom: 2
120Ddd*XmMenuShell.?.marginWidth: 2
121Ddd*XmMenuShell.?.marginHeight: 2
122Ddd*toolbar*marginWidth: 5
123
124! Compact the menu tear-off buttons
125Ddd*XmMenuShell*XmTearOffButton*borderWidth: 0
126Ddd*XmMenuShell*XmTearOffButton*marginHeight: 0
127
128! DDD's interpretation of a "toggle button" shouldn't have a raised border
129Ddd*XmToggleButton*shadowThickness: 0
130Ddd*XmToggleButton*borderThickness: 0
131
132! The menu bar should not have a raised border
133Ddd*menubar.shadowThickness: 0
134Ddd*menubar.borderThickness: 0
135Ddd*XmMenuShell*XmTearOffButton*ShadowThickness: 2
136
137! ...and we do not want a border around the toolbar to make that stand out
138Ddd*main_window.?.borderThickness: 0
139Ddd*main_window.shadowThickness: 0
140
141! Drop-down boxes in toolbars do not have raised borders these days
142Ddd*toolbar.shadowThickness: 0
143Ddd*toolbar.?.shadowThickness: 1
144
145! DDD can sometimes get its GDB settings fatally messed up so duplicate
146! GUI-exposed integration defaults here for when I want to nuke ~/.ddd/init
147Ddd*cutCopyPasteBindings: KDE
148Ddd*selectAllBindings: KDE
149Ddd*buttonColorKey: c
150Ddd*FlatButtons: on
151
152
153! Good Xaw3d Defaults*customization: -color
154*shadowWidth: 3
155*Form.background: gray75
156*MenuButton.background: gray75
157*SimpleMenu.background: gray70
158*TransientShell*Dialog.background: gray70
159*Command.background: gray75
160*Label.background: gray75
161*ScrollbarBackground: grey39
162*Scrollbar*background: gray75
163*Scrollbar*width: 15
164*Scrollbar*height: 15
165*Scrollbar*shadowWidth: 2
166*Scrollbar*cursorName: top_left_arrow
167*Scrollbar*pushThumb: false
168*shapeStyle: Rectangle
169*beNiceToColormap: False
170*SmeBSB*shadowWidth: 3
171*highlightThickness: 0
172*topShadowContrast: 40
173*bottomShadowContrast: 60
174! fix up a few of the default X clients who
175! now look silly
176*xclock*shadowWidth: 0
177*xload*shadowWidth: 0
178*xcalc*shadowWidth: 0
179
180
181XTerm.vt100.faceName: Monospace:antialias=true
182XTerm.vt100.faceSize: 12
183! XTerm.vt100.font: 7x14
184XTerm.vt100.locale: true
185XTerm.vt100.utf8Title: true
186
187
188! keepassx colourscheme
189keepassx*background: #cfcfcf
190keepassx*foreground: #222222
191keepassx2*background: #cfcfcf
192keepassx2*foreground: #222222
diff --git a/utils/applications/gvim-buffer.desktop b/utils/applications/gvim-buffer.desktop
deleted file mode 100644
index 5cd2cbf..0000000
--- a/utils/applications/gvim-buffer.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
1[Desktop Entry]
2Type=Application
3Name=Gnome Vi IMproved Buffer
4Icon=gvim
5Comment=Open file in an existing instance of vi and in a new tab
6MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
7Exec=gvim -f -N --remote-silent %F
8Terminal=false
9X-XClassHintResName=VIM
10Categories=Utility;TextEditor;
diff --git a/utils/applications/gvim.desktop b/utils/applications/gvim.desktop
deleted file mode 100644
index 37c6e58..0000000
--- a/utils/applications/gvim.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
1[Desktop Entry]
2Name=Vi IMproved Tab
3Comment=Open file in an existing instance of vi and in a new tab
4MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
5Exec=gvim f -N --remote-tab %F
6Icon=gvim
7Type=Application
8Terminal=false
9X-XClassHintResName=VIM
10Categories=Utility;TextEditor;
diff --git a/utils/applications/nvim.desktop b/utils/applications/nvim.desktop
deleted file mode 100644
index 21f0090..0000000
--- a/utils/applications/nvim.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
1[Desktop Entry]
2Version=1.0
3Type=Application
4Name=Vim
5Comment=
6Exec=xfce4-terminal --icon /usr/share/icons/HighContrast/256x256/apps/vim.png -T 'nvim' -e '/bin/bash -i -c "env TERM=gnome-256color screen nvr ."' --fullscreen
7Icon=/usr/share/icons/HighContrast/256x256/apps/vim.png
8Path=
9Terminal=false
10StartupNotify=false
diff --git a/utils/applications/vim.desktop b/utils/applications/vim.desktop
deleted file mode 100755
index 8169f57..0000000
--- a/utils/applications/vim.desktop
+++ /dev/null
@@ -1,15 +0,0 @@
1[Desktop Entry]
2Version=1.0
3Type=Application
4Name=Vi IMproved
5Comment=Open file in an existing instance of vi and in a new tab
6Icon=gvim
7MimeType=text/*
8Categories=Application;Utility;TextEditor;
9Exec=vim %F
10Terminal=true
11Actions=Server;
12
13[Desktop Action Server]
14Exec=vim --servername VIM --remote-silent %F
15Name=Browse in Server
diff --git a/utils/bashrc b/utils/bashrc
deleted file mode 100644
index f0ee98b..0000000
--- a/utils/bashrc
+++ /dev/null
@@ -1,46 +0,0 @@
1
2# gvim () { /bin/gvim $(if [[ "$#" > 0 && `/bin/gvim --serverlist | wc -l` ]]; then echo --remote; fi) $@; }
3# vim () { /bin/vim $(if [[ "$#" > 0 && `/bin/vim --serverlist | wc -l` ]]; then echo --remote; fi) $@; }
4
5# man()
6# {
7# /bin/gvim \
8# $(if [[ `/bin/gvim --serverlist | wc -l` > 0 ]]; then echo --remote-send; fi) \
9# ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg";
10# }
11
12# export MANPAGER='vim -c":set noswapfile|%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -'
13export MANPAGER="vim -M +MANPAGER -"
14
15# man() { /bin/vim ":enew<CR>:0read !groffer --pager='cat' --tty $1 <bar> col -bx<CR> :set filetype=man buftype=nowrite readonly<CR>gg" -; }
16# alias git='git -c color.ui=false'
17# export GIT_DIFF_OPTS="--no-color"
18
19
20
21git config --global --replace-all color.pager 0
22git config --global --replace-all core.pager 'vim -c":set noswapfile filetype=git buftype=nowrite readonly nolist nonumber signcolumn=no|:file git" -'
23# export GIT_PAGER=''
24
25# alias git="TERM=dumb git"
26
27# export EDITOR="gvim()"
28# export PAGER="tee /tmp/output.txt /dev/stdout | /bin/vim -"
29
30# --remote-expr ":%!col -b" -c":set buftype=nowrite filetype=man readonly" -'A
31
32function vim() {
33 SERVER=$(ls -tr "$XDG_RUNTIME_DIR"/nvim.* | tail -n1)
34 if [ $# -gt 0 ] && [ -n "$SERVER" ]; then
35 for i in "$@"; do
36 NEXT=$(realpath "$i")
37 nvim --server "$SERVER" --remote-silent "$NEXT"
38 done
39 else
40 nvim $@
41 fi
42
43}
44
45
46
diff --git a/utils/default-font.conf b/utils/default-font.conf
deleted file mode 100644
index f905783..0000000
--- a/utils/default-font.conf
+++ /dev/null
@@ -1,82 +0,0 @@
1<?xml version="1.0"?>
2<!-- this is a configuration file for fontconfig and should be copied or linked to ~/.config/fontconfig/fonts.conf -->
3<!DOCTYPE fontconfig SYSTEM "/etc/fonts/fonts.dtd">
4<fontconfig>
5 <match target="pattern">
6 <test name="family"><string>monospace</string></test>
7 <edit name="family" mode="prepend">
8 <!--<string>Iosevka Term SS04</string>-->
9 <string>FuraCode Nerd Font Mono Medium</string>
10 <string>FiraCode Nerd Font</string>
11 <string>FuraCode Nerd Font</string>
12 <string>Noto Color Emoji</string>
13 </edit>
14 <edit name="fontfeatures" mode="append">
15 <string>liga on</string>
16 <string>dlig on</string>
17 </edit>
18 <test name="slant" compare="not_eq"><const>italic</const></test>
19 <edit mode="assign" name="style"><string>bold</string></edit>
20 </match>
21 <!-- Block Symbola from the list of fallback fonts. -->
22 <selectfont>
23 <rejectfont>
24 <pattern>
25 <patelt name="family">
26 <string>Symbola</string>
27 </patelt>
28 </pattern>
29 </rejectfont>
30 </selectfont>
31 <match target="pattern">
32 <test name="family"><string>serif</string></test>
33 <edit name="family" mode="prepend">
34 <string>Noto Serif</string>
35 </edit>
36 </match>
37 <match target="pattern">
38 <test name="family"><string>sans-serif</string></test>
39 <edit name="family" mode="prepend">
40 <string>Noto Sans</string>
41 </edit>
42 </match>
43 <match target="pattern">
44 <edit name="dpi" mode="assign"><double>102</double></edit>
45 </match>
46
47 <match target="pattern">
48 <test name="family">
49 <string>Tahoma</string>
50 </test>
51 <edit name="family" mode="assign">
52 <string>Sans-Serif</string>
53 </edit>
54 </match>
55</fontconfig>
56 <!--
57 family: "Anonymous Pro for Powerline"(s)
58 family: "Consolas for Powerline"(s) "Consolas for Powerline FixedD"(s)
59 family: "DejaVu Sans Mono for Powerline"(s)
60 family: "Droid Sans Mono for Powerline"(s)
61 family: "Inconsolata for Powerline"(s)
62 family: "Inconsolata-dz for Powerline"(s)
63 family: "Liberation Mono for Powerline"(s)
64 family: "Menlo for Powerline"(s)
65 family: "Meslo LG L DZ for Powerline"(s)
66 family: "Meslo LG L for Powerline"(s)
67 family: "Meslo LG M DZ for Powerline"(s)
68 family: "Meslo LG M for Powerline"(s)
69 family: "Meslo LG S DZ for Powerline"(s)
70 family: "Meslo LG S for Powerline"(s)
71 family: "PowerlineSymbols"(s)
72 family: "Source Code Pro for Powerline"(s)
73 family: "Source Code Pro for Powerline"(s) "Source Code Pro Black"(s)
74 family: "Source Code Pro for Powerline"(s) "Source Code Pro ExtraLight"(s)
75 family: "Source Code Pro for Powerline"(s) "Source Code Pro Light"(s)
76 family: "Source Code Pro for Powerline"(s) "Source Code Pro Medium"(s)
77 family: "Source Code Pro for Powerline"(s) "Source Code Pro Semibold"(s)
78 family: "Terminus for Powerline"(s)
79 family: "Ubuntu Mono derivative Powerline"(s)
80 family: "xos4 Terminess Powerline"(s)
81 family: "xos4 Terminus for Powerline"(s)
82 -->
diff --git a/utils/default-font.conf.old b/utils/default-font.conf.old
deleted file mode 100644
index ec2e12e..0000000
--- a/utils/default-font.conf.old
+++ /dev/null
@@ -1,49 +0,0 @@
1<?xml version="1.0"?>
2<!-- this is a configuration file for fontconfig and should be copied or linked to ~/.config/fontconfig/conf.d/ -->
3<!DOCTYPE fontconfig SYSTEM "/etc/fonts/fonts.dtd">
4<fontconfig>
5 <match target="pattern">
6 <test qual="any" name="family"><string>serif</string></test>
7 <edit name="family" mode="assign" binding="same"><string>Noto Serif</string></edit>
8 </match>
9 <match target="pattern">
10 <test qual="any" name="family"><string>sans-serif</string></test>
11 <edit name="family" mode="assign" binding="same"><string>Noto Sans</string></edit>
12 </match>
13 <match target="pattern">
14 <test qual="any" name="family"><string>monospace</string></test>
15 <edit mode="assign" name="family"><string>Hack</string></edit>
16 <edit mode="prepend" name="family"><string>Noto Color Emoji</string></edit>
17 <edit mode="prepend" name="family"><string>emoji</string></edit>
18
19 <test name="slant" compare="not_eq"><const>italic</const></test>
20 <edit mode="assign" name="style"><string>bold</string></edit>
21 </match>
22</fontconfig>
23 <!--
24 family: "Anonymous Pro for Powerline"(s)
25 family: "Consolas for Powerline"(s) "Consolas for Powerline FixedD"(s)
26 family: "DejaVu Sans Mono for Powerline"(s)
27 family: "Droid Sans Mono for Powerline"(s)
28 family: "Inconsolata for Powerline"(s)
29 family: "Inconsolata-dz for Powerline"(s)
30 family: "Liberation Mono for Powerline"(s)
31 family: "Menlo for Powerline"(s)
32 family: "Meslo LG L DZ for Powerline"(s)
33 family: "Meslo LG L for Powerline"(s)
34 family: "Meslo LG M DZ for Powerline"(s)
35 family: "Meslo LG M for Powerline"(s)
36 family: "Meslo LG S DZ for Powerline"(s)
37 family: "Meslo LG S for Powerline"(s)
38 family: "PowerlineSymbols"(s)
39 family: "Source Code Pro for Powerline"(s)
40 family: "Source Code Pro for Powerline"(s) "Source Code Pro Black"(s)
41 family: "Source Code Pro for Powerline"(s) "Source Code Pro ExtraLight"(s)
42 family: "Source Code Pro for Powerline"(s) "Source Code Pro Light"(s)
43 family: "Source Code Pro for Powerline"(s) "Source Code Pro Medium"(s)
44 family: "Source Code Pro for Powerline"(s) "Source Code Pro Semibold"(s)
45 family: "Terminus for Powerline"(s)
46 family: "Ubuntu Mono derivative Powerline"(s)
47 family: "xos4 Terminess Powerline"(s)
48 family: "xos4 Terminus for Powerline"(s)
49 -->
diff --git a/utils/gtk-3.0.css b/utils/gtk-3.0.css
deleted file mode 100644
index c31c8bf..0000000
--- a/utils/gtk-3.0.css
+++ /dev/null
@@ -1,132 +0,0 @@
1/* name or link this file ~/.config/gtk-3.0/gtk.css */
2
3/*
4#vim-menubar,
5#vim-menubar #menu,
6#vim-toolbar,
7#vim-gui-drawarea,
8#vim-main-window {
9 color:#6060af;
10 color: #4e4e4e;
11 font-family: "Hasklug Nerd Font Mono", "Source Code Pro for Powerline", "Source Code Pro", "Roboto";
12 font-weight:bold;
13 font-size:8pt;
14 border:0;
15 outline:0;
16}
17
18* {
19 border-width:0px;
20 outline-width:0px;
21 padding:0;
22 margin:0;
23}
24
25#vim-menubar
26{
27 padding-left:1em;
28 border-bottom:2px solid #ffffff;
29}
30
31#vim-menubar>*
32{
33 padding-right:1em;
34 padding-top:.25em;
35 padding-bottom:.25em;
36}
37
38#vim-menubar>*,
39#vim-main-window {
40 background-color:#ffffff;
41 color: #4e4e4e;
42}
43
44menu menuitem:backdrop, menu menuitem:backdrop:hover
45{
46 border:0px;
47}
48*/
49
50
51
52window#vim-main-window > box
53{
54 background: currentColor;
55 border:2px solid transparent;
56}
57
58/* within window > box ... */
59menubar#vim-menubar {
60 font-family: "monospace";
61 font-size:8pt;
62 background: transparent;
63 color:lighter(currentColor);
64 /* background: linear-gradient(180deg, white 85%, black); */
65}
66
67menubar#vim-menubar menuitem {
68 background:transparent;
69 color:mix(currentColor,#fff,0.5);
70}
71
72
73
74menubar#vim-menubar > menuitem {
75 padding:.25em;
76}
77
78menubar#vim-menubar > menuitem:disabled accelerator
79{
80 color:#f00;
81}
82
83menubar#vim-menubar menuitem box {
84 padding:.1em .25em;
85}
86
87menubar#vim-menubar menuitem window
88{
89 margin-top:1em;
90}
91
92/* opened menu (after being clicked) */
93menubar#vim-menubar menuitem window menu {
94 background:lighter(currentColor);
95 padding:0;
96 margin:0;
97 border:0;
98}
99
100menubar#vim-menubar menuitem window menu menuitem {
101 padding:0em;
102 margin:0px;
103 border:0px;
104}
105
106menubar#vim-menubar menuitem window menu menuitem box {
107 padding:.25em;
108 padding-left:.5em;
109}
110
111menubar#vim-menubar menuitem window menu separator {
112 margin:0;
113 background:currentColor;
114 border-top:1px dotted #666;
115}
116
117
118menubar#vim-menubar menuitem:hover {
119 box-shadow:none;
120 background:darker(currentColor);
121 color:#fff;
122}
123
124
125
126
127
128
129/*
130toolbar button {
131notebook tab {
132*/
diff --git a/utils/gtkrc-2.0 b/utils/gtkrc-2.0
deleted file mode 100644
index 05caadc..0000000
--- a/utils/gtkrc-2.0
+++ /dev/null
@@ -1 +0,0 @@
1gtk-icon-theme-name="gnome"
diff --git a/utils/locale.conf b/utils/locale.conf
deleted file mode 100644
index cd2bb00..0000000
--- a/utils/locale.conf
+++ /dev/null
@@ -1,14 +0,0 @@
1LANG=de_DE.utf8
2LC_CTYPE=de_DE.utf8
3LC_NUMERIC=de_DE.utf8
4LC_TIME=de_DE.utf8
5LC_COLLATE=C
6LC_MONETARY=de_DE.utf8
7LC_MESSAGES=de_DE.utf8
8LC_PAPER=de_DE.utf8
9LC_NAME=de_DE.utf8
10LC_ADDRESS=de_DE.utf8
11LC_TELEPHONE=de_DE.utf8
12LC_MEASUREMENT=de_DE.utf8
13LC_IDENTIFICATION=de_DE.utf8
14LC_ALL=de_DE.utf8
diff --git a/utils/update.sh b/utils/update.sh
deleted file mode 100644
index 875dc89..0000000
--- a/utils/update.sh
+++ /dev/null
@@ -1 +0,0 @@
1git submodule update --remote --checkout --recursive --force
diff --git a/utils/xinputrc b/utils/xinputrc
deleted file mode 100644
index ebd7310..0000000
--- a/utils/xinputrc
+++ /dev/null
@@ -1,3 +0,0 @@
1# im-config(8) generated on Tue, 28 Feb 2017 13:21:48 +0100
2run_im ibus
3# im-config signature: ec6901ebc5d2dcf71d14062c6968658e -
..