diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-01-01 17:30:48 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-01-01 17:30:48 +0100 |
commit | 5ba35c6159620093123844fa33a8bb8a5f21be7e (patch) | |
tree | 25aca043252b779bce8afd1c45b13b69e3741376 /dot_i3/config | |
parent | 8f4e5f5dbd67322bc173d04875c3b18ea70e62af (diff) | |
download | user-config-5ba35c6159620093123844fa33a8bb8a5f21be7e.tar.gz user-config-5ba35c6159620093123844fa33a8bb8a5f21be7e.zip |
Update files : i3config i3status.conf bashrc
Diffstat (limited to 'dot_i3/config')
-rw-r--r-- | dot_i3/config | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/dot_i3/config b/dot_i3/config index a6dbc13..166ee6f 100644 --- a/dot_i3/config +++ b/dot_i3/config @@ -41,7 +41,11 @@ floating_modifier $mod bindsym $mod+Return exec i3-sensible-terminal # bindsym $mod+Shift+X exec xscreensaver-command -lock -bindsym $mod+Shift+X exec i3lock -d -c 111111 +bindsym $mod+Shift+X exec i3lock -d -c 111111 -I 5 + +# music control +bindsym $mod+Shift+P exec mpc toggle +bindsym $mod+Shift+N exec mpc next # kill focused window bindsym $mod+Shift+Q kill @@ -147,6 +151,7 @@ for_window [class="Wine"] floating enable for_window [class="StepMania"] floating enable for_window [class="stepmania"] floating enable for_window [class="anki"] floating enable +for_window [class="visu.bin"] floating enable new_window 1pixel @@ -197,13 +202,17 @@ exec_always xsetroot -cursor_name arrow #exec_always xcompmgr #exec_always feh --bg-scale /usr/share/backgrounds/xfce/vect_or.jpg #exec_always feh --bg-scale /home/katchup/wp/undessindedragon2.jpg -exec_always feh --bg-scale /home/katchup/wp/lain_87_1680.jpg +#exec_always feh --bg-scale /home/katchup/Stuff/wp/lain_87_1680.jpg +exec_always feh --bg-scale /home/katchup/Stuff/wp/wanikani.png +exec_always /home/katchup/lab/wkwwin/script.sh #exec xscreensaver -nosplash exec pulseaudio --start -exec mpd -exec ~/.i3/mpdscribble.sh +#exec mpd +#exec ~/.i3/mpdscribble.sh exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Constant Deceleration' 2 exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Adaptive Deceleration' 2 exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Velocity Scaling' 5 exec nm-applet +exec ~/.i3/notify-serv.sh +exec xset -b # disable bell |