Skip to content

Commit

Permalink
Use mutzfab\'s WM, bindings etc :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wirth committed Nov 24, 2016
1 parent cbc9ca8 commit 241182c
Show file tree
Hide file tree
Showing 9 changed files with 2,012 additions and 36 deletions.
3 changes: 3 additions & 0 deletions cinteoscreens.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash

xrandr --output DP1-2 --mode 1920x1080 -r 60.00 --left-of eDP1 --output eDP1 --mode 1920x1080 -r 60.00
13 changes: 6 additions & 7 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
- clean: ['~']

- link:
~/.tmux.conf: tmux.conf
~/.zshrc:
force: true
path: zshrc
~/.xinitrc:
path: xinitrc
~/.spectrwm.conf:
path: spectrwm.conf
~/.keymap.xkb:
path: keymap.xkb
~/.gitignore: gitignore
~/.config/kak/kakrc: kakrc
~/Library/Preferences/com.apple.Terminal.plist:
force: true
path: com.apple.Terminal.plist
~/Library/Preferences/org.pqrs.Karabiner.plist:
force: true
path: org.pqrs.Karabiner.plist
~/Library/Preferences/org.pqrs.Seil.plist:
force: true
path: org.pqrs.Seil.plist


- shell:
Expand Down
8 changes: 4 additions & 4 deletions kakrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ hook global WinCreate .* %{set global indentwidth 2}
hook global WinCreate .* %{set global tabstop 2}
hook global WinCreate .* %{hook window InsertChar \t %{ exec -draft h@}}

hook global InsertChar \( 'exec i)<left><esc>'
hook global InsertChar \{ 'exec i}<left><esc>'
hook global InsertChar \[ 'exec i]<left><esc>'
hook global InsertChar \' "exec i'<left><esc>"
hook global InsertChar \( 'exec )<left>'
hook global InsertChar \{ 'exec }<left>'
hook global InsertChar \[ 'exec ]<left>'
hook global InsertChar ' "exec '<left>"


hook global WinCreate .* %{ addhl show_matching }
Loading

0 comments on commit 241182c

Please sign in to comment.