summaryrefslogtreecommitdiff
path: root/.i3/config
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2013-05-31 19:01:28 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-05-31 19:01:29 +0200
commit5eed9e53935b224a72b833158da1ff2085c3daa2 (patch)
treec95279492b4a9ae5a2fa348629e2a580a2f119a5 /.i3/config
parentc8366007b6fa70221c0362dac3079213bbc88a6e (diff)
downloaddotfiles-5eed9e53935b224a72b833158da1ff2085c3daa2.tar.gz
dotfiles-5eed9e53935b224a72b833158da1ff2085c3daa2.tar.bz2
dotfiles-5eed9e53935b224a72b833158da1ff2085c3daa2.zip
--no-startup-id
Diffstat (limited to '.i3/config')
-rw-r--r--.i3/config23
1 files changed, 12 insertions, 11 deletions
diff --git a/.i3/config b/.i3/config
index 8bb1398..0c85386 100644
--- a/.i3/config
+++ b/.i3/config
@@ -9,6 +9,7 @@ set $mod Mod4
set $alt Mod1
set $dir $HOME/.i3
set $script $HOME/.i3/scripts
+set $nsi --no-startup-id
# General Settings «1
################################################
@@ -40,7 +41,7 @@ bar {
############
# lock screen
-bindsym $alt+Control+l exec $script/xlock.sh
+bindsym $alt+Control+l exec $nsi $script/xlock.sh
# kill focused window
bindsym $mod+Shift+w kill
bindsym $alt+F4 kill
@@ -142,8 +143,8 @@ bindsym $mod+Tab workspace back_and_forth
bindsym $mod+Shift+Tab move container to workspace back_and_forth
# goto a specific workspace, via i3-input «3
-bindsym $mod+g exec i3-input -F 'workspace %s' -P 'Goto workspace: '
-bindsym $mod+Shift+g exec i3-input -F 'move container to workspace %s' -P 'Goto workspace: '
+bindsym $mod+g exec $nsi i3-input -F 'workspace %s' -P 'Goto workspace: '
+bindsym $mod+Shift+g exec $nsi i3-input -F 'move container to workspace %s' -P 'Goto workspace: '
# Resizing «2
#############
@@ -175,18 +176,18 @@ bindsym $mod+r mode "resize"
bindsym $mod+Return exec urxvtc
# start dmenu (a program launcher)
-bindsym $mod+space exec --no-startup-id dmenu_run -b
+bindsym $mod+space exec dmenu_run -b
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# mpc «3
-bindsym $mod+Ctrl+c exec mpc toggle
-bindsym $mod+Ctrl+v exec mpc stop
-bindsym $mod+Ctrl+b exec mpc next
-bindsym $mod+Ctrl+z exec mpc prev
-bindsym $mod+Ctrl+s exec mpc single
+bindsym $mod+Ctrl+c exec $nsi mpc toggle
+bindsym $mod+Ctrl+v exec $nsi mpc stop
+bindsym $mod+Ctrl+b exec $nsi mpc next
+bindsym $mod+Ctrl+z exec $nsi mpc prev
+bindsym $mod+Ctrl+s exec $nsi mpc single
# Special window rules «1
################################################
@@ -207,9 +208,9 @@ for_window [class="^(?i)firefox$" instance="Browser"] floating enable
################################################
# volume icon
-exec volumeicon
+exec $nsi volumeicon
# auto lock
-exec xautolock -corners ++00 -cornerdelay 5 -cornerredelay 30 -time 10 -secure -locker $script/xlock.sh
+exec $nsi xautolock -corners ++00 -cornerdelay 5 -cornerredelay 30 -time 10 -secure -locker $script/xlock.sh
# vim: ft=i3 fdm=marker fmr=«,»