# i3 config file # # depencies and autostarts: # i3-gaps(next) # clipit # setxkbmap # unclutter # dunst # feh # devmon # blueman-applet # bitlbee # Special mod key set $mod Mod4 # Workspaces bindsym $mod+n exec i3-input -F 'rename workspace to "%s"' -P 'New name for this workspace: ' # switch to workspace bindsym $mod+1 workspace 1 bindsym $mod+2 workspace 2 bindsym $mod+3 workspace 3 bindsym $mod+4 workspace 4 bindsym $mod+5 workspace 5 bindsym $mod+6 workspace 6 bindsym $mod+7 workspace 7 bindsym $mod+8 workspace 8 bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 # move focused container to workspace bindsym $mod+Shift+1 move container to workspace 1 bindsym $mod+Shift+2 move container to workspace 2 bindsym $mod+Shift+3 move container to workspace 3 bindsym $mod+Shift+4 move container to workspace 4 bindsym $mod+Shift+5 move container to workspace 5 bindsym $mod+Shift+6 move container to workspace 6 bindsym $mod+Shift+7 move container to workspace 7 bindsym $mod+Shift+8 move container to workspace 8 bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+0 move container to workspace 10 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). font pango:DejaVu Sans Mono 10 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod # Windows new_window pixel 1 new_float pixel 1 gaps inner 10 gaps outer 0 # windows pop-ups for_window [window_role="pop-up"] floating enable,move absolute center # kill focused window bindsym $mod+Shift+q kill # change focus bindsym $mod+j focus left bindsym $mod+k focus down bindsym $mod+l focus up bindsym $mod+ograve focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window bindsym $mod+Shift+j move left bindsym $mod+Shift+k move down bindsym $mod+Shift+l move up bindsym $mod+Shift+ograve move right # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation bindsym $mod+h split h # split in vertical orientation bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows bindsym $mod+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent # make the currently focused window a scratchpad bindsym $mod+Shift+minus move scratchpad # show the first scratchpad window bindsym $mod+minus scratchpad show # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode # Pressing left will shrink the window’s width. # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. bindsym j resize shrink width 10 px or 10 ppt bindsym k resize grow height 10 px or 10 ppt bindsym l resize shrink height 10 px or 10 ppt bindsym ograve resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt bindsym Down resize grow height 10 px or 10 ppt bindsym Up resize shrink height 10 px or 10 ppt bindsym Right resize grow width 10 px or 10 ppt # back to normal: Enter or Escape bindsym Return mode "default" bindsym Escape mode "default" } bindsym $mod+r mode "resize" # Start a terminal bindsym $mod+Return exec terminology -d `xcwd` # Start dmenu (a program launcher) bindsym $mod+d exec j4-dmenu-desktop # Reload the configuration file bindsym $mod+Shift+c reload # Restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # Logout, reboot, shutdown set $Locker i3lock -i ~/pictures/Wallpapers/The_Incredulity_of_Saint_Thomas_by_Caravaggio.png && sleep 1 set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown mode "$mode_system" { bindsym l exec --no-startup-id $Locker, mode "default" bindsym e exec --no-startup-id i3-msg exit, mode "default" bindsym s exec --no-startup-id $Locker && systemctl suspend, mode "default" bindsym h exec --no-startup-id $Locker && systemctl hibernate, mode "default" bindsym r exec --no-startup-id systemctl reboot, mode "default" bindsym Shift+s exec --no-startup-id systemctl poweroff -i, mode "default" # back to normal: Enter or Escape bindsym Return mode "default" bindsym Escape mode "default" } bindsym $mod+Pause mode "$mode_system" # status bar bar { position top status_command i3status -c ~/.i3/i3status.conf | ~/.i3/i3status-wrapper.py # status_command i3status -c ~/.i3/i3status.conf # status_command py3status -c ~/.i3/i3status.conf # status_command ~/.i3/conky.sh workspace_buttons yes colors { background #073642 statusline #839496 separator #b58900 # class border backgrd text focused_workspace #cb4b16 #cb4b16 #ffffff active_workspace #cb4b16 #cb4b16 #ffffff inactive_workspace #252525 #252525 #6b6b6b urgent_workspace #252525 #252525 #c7a551 } } # class border backgr text separator client.focused #cb4b16 #cb4b16 #ffffff #b58900 client.focused_inactive #333333 #333333 #888888 #292d2e client.unfocused #333333 #333333 #888888 #292d2e client.urgent #2f343a #900000 #ffffff #900000 # Autostarts exec --no-startup-id clipit exec --no-startup-id setxkbmap it exec --no-startup-id unclutter -idle 2 exec --no-startup-id dunst -config ~/.i3/dunstrc exec --no-startup-id feh --bg-scale ~/pictures/Wallpapers/The_Incredulity_of_Saint_Thomas_by_Caravaggio.jpg exec --no-startup-id devmon exec --no-startup-id blueman-applet exec --no-startup-id bitlbee -F exec --no-startup-id ~/scripts/icemcfd11-lmgrd.sh # Shortcuts bindsym $mod+Print exec scrot 'screenshot-%Y-%m-%d-%H-%M-%S_$wx$h.png' -e 'mv $f ~/pictures/' bindsym $mod+c exec chromium bindsym $mod+g exec chromium --app=https://mail.google.com/mail/u/0/#inbox bindsym $mod+i exec ~/scripts/icemcfd11-launch.sh bindsym $mod+p exec /opt/arch/paraview/4.3.1/bin/paraview bindsym $mod+t exec /opt/arch/tecplot/2008/bin/tec360