diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-11-03 02:41:37 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-11-03 02:41:37 +1300 |
commit | 6611b51b07fdd7412000da8f20341cebdfb95c76 (patch) | |
tree | 7486a51060b4b9c1b3a4f6189072f8fe34be6042 /i3 | |
parent | Start urxvtd(1) on X login (diff) | |
download | dotfiles-6611b51b07fdd7412000da8f20341cebdfb95c76.tar.gz dotfiles-6611b51b07fdd7412000da8f20341cebdfb95c76.zip |
Use xbindkeys for keybinding, not i3
Also consolidate Makefile into just one target for X
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 32 |
1 files changed, 0 insertions, 32 deletions
@@ -13,15 +13,9 @@ bindsym $mod+Shift+r restart # Mod+Shift+q logs out of i3wm bindsym $mod+Shift+q exit -# Mod+Enter starts a terminal -bindsym $mod+Return exec urxvtcd - # Mod+Shift+c kills the focussed window bindsym $mod+Shift+c kill -# Mod+Shift+d runs Dmenu -bindsym $mod+d exec dmenu_run -fn 'terminus-iso8859-1-12' -nb "#111111" -nf "#eeeeee" -sb "#285577" -sf "#ffffff" - # Mod+Shift+h/j/k/l change focus in a Vimlike way bindsym $mod+h focus left bindsym $mod+j focus down @@ -34,9 +28,6 @@ bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right -# Mod+slash locks the screen -bindsym $mod+slash exec xscreensaver-command -lock - # Mod+backslash splits horizontally bindsym $mod+backslash split h @@ -91,29 +82,6 @@ mode "resize" { bindsym Escape mode "default" } -# PrintScreen takes a screenshot of the whole display -bindsym Print exec sh -c 'mkdir -p "$HOME"/Screenshots && import "$HOME"/Screenshots/shot-"$(date +%Y%m%d%H%M%S)".png' - -# Shift-PrintScreen selects and takes a screenshot of a section of the screen -bindsym --release Shift+Print exec sh -c 'mkdir -p "$HOME"/Screenshots && import "$HOME"/Screenshots/snap-"$(date +%Y%m%d%H%M%S)".png' - -# Special modifier keys change volume -bindsym XF86AudioRaiseVolume exec amixer -q sset Master 5%+ unmute -bindsym XF86AudioLowerVolume exec amixer -q sset Master 5%- unmute -bindsym XF86AudioMute exec amixer -q sset Master toggle - -# Special modifier keys control ncmcpp -bindsym XF86AudioStop exec ncmpcpp stop -bindsym XF86AudioPlay exec ncmpcpp toggle -bindsym XF86AudioNext exec ncmpcpp next -bindsym XF86AudioPrev exec ncmpcpp prev - -# Special modifier keys run calculator, Thunar, mutt, and Firefox -bindsym XF86Calculator exec xcalc -bindsym XF86Explorer exec thunar -bindsym XF86Mail exec urxvtcd -e mutt -bindsym XF86HomePage exec firefox - # i3bar at bottom of screen bar { font pango:Verdana 7 |