Mainly move things around
This commit is contained in:
parent
0c1530fd48
commit
fbda89db58
3
X11/Xresources
Normal file
3
X11/Xresources
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#include "general"
|
||||||
|
#include "urxvt"
|
||||||
|
#include "theme/monokai-dark"
|
|
@ -6,7 +6,7 @@ nm-applet &
|
||||||
# emacs --daemon
|
# emacs --daemon
|
||||||
|
|
||||||
setxkbmap -option grp:win_space_toggle -layout us,dk
|
setxkbmap -option grp:win_space_toggle -layout us,dk
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge $XDG_CONFIG_HOME/X11/Xresources
|
||||||
# This is now controlled from systemd - should consider using a proper
|
# This is now controlled from systemd - should consider using a proper
|
||||||
# session manager.
|
# session manager.
|
||||||
# acpid
|
# acpid
|
|
@ -1,4 +0,0 @@
|
||||||
#include ".config/Xresources/general"
|
|
||||||
#include ".config/Xresources/urxvt"
|
|
||||||
#include ".config/Xresources/theme/monokai-dark"
|
|
||||||
|
|
|
@ -13,3 +13,5 @@ EDITOR="emacsclient -c -a ''"
|
||||||
HISTFILE="$XDG_DATA_HOME/zsh/history"
|
HISTFILE="$XDG_DATA_HOME/zsh/history"
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
SAVEHIST=100000
|
SAVEHIST=100000
|
||||||
|
XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc
|
||||||
|
XSERVERRC="$XDG_CONFIG_HOME"/X11/xserverrc
|
|
@ -1,7 +0,0 @@
|
||||||
[user]
|
|
||||||
email = fhi.1990@gmail.com
|
|
||||||
name = Frederik Hanghøj Iversen
|
|
||||||
signkey = 7B95683D8994C3BFF599784A6A3245752F02B908
|
|
||||||
signingkey = 7B95683D8994C3BFF599784A6A3245752F02B908
|
|
||||||
[core]
|
|
||||||
excludesfile = /home/fredefox/.config/git/ignore
|
|
|
@ -3,7 +3,6 @@
|
||||||
email = fhi.1990@gmail.com
|
email = fhi.1990@gmail.com
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /home/fredefox/.config/git/ignore
|
excludesfile = /home/fredefox/.config/git/ignore
|
||||||
editor = emacs -nw
|
|
||||||
[github]
|
[github]
|
||||||
user = fredefox
|
user = fredefox
|
||||||
[gitlab]
|
[gitlab]
|
||||||
|
|
|
@ -52,7 +52,6 @@ getLinks home = std <> absolute
|
||||||
]
|
]
|
||||||
absolute =
|
absolute =
|
||||||
[ ".emacs.d" |> ".config/emacs"
|
[ ".emacs.d" |> ".config/emacs"
|
||||||
, ".gitconfig" |> ".config/git/config"
|
|
||||||
, ".urxvt" |> ".config/urxvt"
|
, ".urxvt" |> ".config/urxvt"
|
||||||
, ".xinitrc" |> ".config/xinit/xinitrc"
|
, ".xinitrc" |> ".config/xinit/xinitrc"
|
||||||
, ".xsession" |> ".xinitrc"
|
, ".xsession" |> ".xinitrc"
|
||||||
|
|
12
xinitrc
12
xinitrc
|
@ -1,12 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Daemons
|
|
||||||
# Perhaps this sort of thing belongs elsewhere?
|
|
||||||
nm-applet
|
|
||||||
|
|
||||||
|
|
||||||
setxkbmap -option grp:win_space_toggle -layout us,dk
|
|
||||||
xrdb -merge ~/.Xresources
|
|
||||||
|
|
||||||
# Nice for urxvt, not so nice for emacs:
|
|
||||||
# autocutsel -f
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Begin compinstall
|
# Begin compinstall
|
||||||
zstyle :compinstall filename '/home/fredefox/.zshrc'
|
zstyle :compinstall filename '/home/fredefox/.zshrc'
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit -d "$XDG_DATA_HOME/zsh/zcompdump-$HOST-$ZSH_VERSION"
|
||||||
compinit -d "$XDG_DATA_HOME/zsh/zcompdump-$HOST-$ZSH_VERSION"
|
|
||||||
# End compinstall
|
# End compinstall
|
||||||
|
|
||||||
setopt appendhistory extendedglob
|
setopt appendhistory extendedglob
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
if [ -d "$HOME/.config/environment" ] ; then
|
|
||||||
source $HOME/.config/environment
|
|
||||||
fi
|
|
Loading…
Reference in a new issue