From 5eed9e53935b224a72b833158da1ff2085c3daa2 Mon Sep 17 00:00:00 2001 From: René Neumann Date: Fri, 31 May 2013 19:01:28 +0200 Subject: --no-startup-id --- .i3/config | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to '.i3') 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=«,» -- cgit v1.2.3-54-g00ecf