aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.ovh>2017-01-12 10:30:06 +0100
committerNeodarZ <neodarz@neodarz.ovh>2017-01-12 10:30:06 +0100
commit47c04e4046804e251c0c39c59e10bd4c786e0dba (patch)
tree9cb3a70343b6f03c1633438fd966cd0a5de5d83f
parentd2dec8f9a130942ed53cc27228d62e4c6054d969 (diff)
downloaddotfiles-47c04e4046804e251c0c39c59e10bd4c786e0dba.tar.xz
dotfiles-47c04e4046804e251c0c39c59e10bd4c786e0dba.zip
Add new i3 conf
-rw-r--r--i3/config21
1 files changed, 13 insertions, 8 deletions
diff --git a/i3/config b/i3/config
index e9d2946..2aef3d5 100644
--- a/i3/config
+++ b/i3/config
@@ -28,6 +28,7 @@ new_window pixel 4
new_float pixel 4
for_window [class="^.*"] border pixel 1
+for_window [class="^.mpv"] fullscreen enable
focus_follows_mouse no
@@ -93,17 +94,17 @@ bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
# App
bindsym --release $mod+o exec scrot -s -e 'mv $f ~/screenshots/'
-bindsym $mod+Shift+F1 exec terminator -x ranger
-bindsym $mod+Shift+F2 exec terminator -x cmus
-bindsym $mod+Shift+F3 exec terminator -x mutt
-bindsym $mod+Shift+F4 exec terminator -x ssh neodarz.net -p 19977
+bindsym $mod+Shift+F1 exec terminology -x ranger
+bindsym $mod+Shift+F2 exec terminology -x cmus
+bindsym $mod+Shift+F3 exec terminology -x mutt
+bindsym $mod+Shift+F4 exec terminology -x ssh neodarz.net -p 19977
bindsym $mod+Shift+F5 exec firefox
-bindsym $mod+Shift+F6 exec terminator -x vim
-bindsym $mod+Shift+F7 exec terminator -x ncmpcpp
+bindsym $mod+Shift+F6 exec terminology -x vim
+bindsym $mod+Shift+F7 exec terminology -x ncmpcpp
bindsym $mod+Shift+v move morkspace to output right
bindsym $mod+control+l exec i3lock -g
# start a terminal
-bindsym $mod+Return exec terminator
+bindsym $mod+Return exec terminology
# kill focused window
bindsym $mod+Shift+A kill
@@ -223,10 +224,14 @@ mode "resize" {
}
bindsym $mod+r mode "resize"
+bindsym $mod+b bar mode toggle
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
+ mode hide
+ modifier mod1
+
colors {
background #383C4A
statusline #18B193
@@ -239,5 +244,5 @@ bar {
binding_mode #383C4A #900000 #ffffff
}
#status_command i3blocks
- status_command python ~/.config/i3pystatus/conf.py
+ status_command python ~/.config/i3pystatus/conf.py
}