diff options
author | Adrian Kummerlaender | 2015-01-02 21:39:56 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-01-02 21:39:56 +0100 |
commit | 626464e05809ef8024f16ff7e192a76bc09fca23 (patch) | |
tree | 74e42484653264af1a773d74917809646290b9b6 /i3wm | |
parent | b151106ce0b77ebcd79426c693d2d4f118966527 (diff) | |
download | dotfiles-626464e05809ef8024f16ff7e192a76bc09fca23.tar dotfiles-626464e05809ef8024f16ff7e192a76bc09fca23.tar.gz dotfiles-626464e05809ef8024f16ff7e192a76bc09fca23.tar.bz2 dotfiles-626464e05809ef8024f16ff7e192a76bc09fca23.tar.lz dotfiles-626464e05809ef8024f16ff7e192a76bc09fca23.tar.xz dotfiles-626464e05809ef8024f16ff7e192a76bc09fca23.tar.zst dotfiles-626464e05809ef8024f16ff7e192a76bc09fca23.zip |
Addded _Chicken-Scheme_ REPL config and shortcut
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 34c1007..8d474d9 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -106,6 +106,7 @@ client.unfocused #222222 #222222 #999999 client.urgent #a5a5a5 #a5a5a5 #2e3436 client.background #161616 +bindsym Control+Return exec urxvtc -fn "xft:Droid\ Sans\ Mono:size=10" -title "Chicken Scheme REPL" -e csi -q bindsym $mod+Return exec urxvtc bindsym $alt+Return exec gvim |