summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-08-19 13:57:31 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-08-19 13:57:31 +0200
commitd422173a56cc205e2c16df3d811876db3fc6039d (patch)
treec18b1db1c8ef528308eb152d8bc09f7f140ae689
parentccf5439d18adc585cc0826591df9ebeaf65405a0 (diff)
downloaddotfiles-d422173a56cc205e2c16df3d811876db3fc6039d.tar.gz
dotfiles-d422173a56cc205e2c16df3d811876db3fc6039d.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.gitconfig1
-rw-r--r--.i3/config1
-rw-r--r--.xinitrc4
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 6e2b555..bb1db9c 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -23,6 +23,7 @@
theirs = "!f() { git checkout --theirs $@ && git add $@; }; f"
p = push --follow-tags
dw = diff --color-words
+ ri = rebase -i --autosquash
[merge]
tool = kdiff3
conflictstyle = diff3
diff --git a/.i3/config b/.i3/config
index e8db938..68ca9f3 100644
--- a/.i3/config
+++ b/.i3/config
@@ -34,6 +34,7 @@ assign [class="^Hamster$"] 3
for_window [class="^Steam$" title=" - Chat$"] move window to workspace 3
#assign [class="^chromium$"] 4
assign [class="^Thunderbird$"] 5
+assign [class="^kmail2$"] 5
assign [class="^Steam$"] 8
workspace 1 output DP-2
diff --git a/.xinitrc b/.xinitrc
index c12274c..d29669d 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -42,7 +42,9 @@ autostart () {
keepassx &
transmission-remote-gtk &
#claws-mail &
- thunderbird &
+ #thunderbird &
+ kwalletd5 &
+ kmail &
firefox &
steam &
copyq &