diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-19 13:57:31 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-19 13:57:31 +0200 |
commit | d422173a56cc205e2c16df3d811876db3fc6039d (patch) | |
tree | c18b1db1c8ef528308eb152d8bc09f7f140ae689 | |
parent | ccf5439d18adc585cc0826591df9ebeaf65405a0 (diff) | |
download | dotfiles-d422173a56cc205e2c16df3d811876db3fc6039d.tar.gz dotfiles-d422173a56cc205e2c16df3d811876db3fc6039d.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .gitconfig | 1 | ||||
-rw-r--r-- | .i3/config | 1 | ||||
-rw-r--r-- | .xinitrc | 4 |
3 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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 @@ -42,7 +42,9 @@ autostart () { keepassx & transmission-remote-gtk & #claws-mail & - thunderbird & + #thunderbird & + kwalletd5 & + kmail & firefox & steam & copyq & |