Skip to content

Instantly share code, notes, and snippets.

@ryanwalder
Created November 17, 2016 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanwalder/5e0a227a20cbd4f2ea27a5f3de944dea to your computer and use it in GitHub Desktop.
Save ryanwalder/5e0a227a20cbd4f2ea27a5f3de944dea to your computer and use it in GitHub Desktop.
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font Terminus 8
# Toggle touchpad
#bindsym $mod+F3 exec ((synclient -l | egrep "TouchpadOff.*= *0") && synclient TouchpadOff=1) || synclient TouchpadOff=0
# start a terminal
bindsym $mod+Return exec gnome-terminal
# kill focused window
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_run -i -nb '#393939' -nf '#eCACAC' -sb '#D75F00' -sf '#393939'
bindsym $mod+d exec rofi -show run
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+l focus up
bindsym $mod+semicolon 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+semicolon 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
# 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
# Workspaces per monitor
workspace 5 output eDP1
workspace 6 output eDP1
workspace 7 output eDP1
workspace 1 output DP2
workspace 2 output DP2
workspace 3 output DP2
workspace 4 output DP2
workspace 8 output DP1-3
workspace 9 output DP1-3
workspace 10 output DP1-3
# 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
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# 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 1 px or 1 ppt
bindsym k resize grow height 1 px or 1 ppt
bindsym l resize shrink height 1 px or 1 ppt
bindsym semicolon resize grow width 1 px or 1 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 1 px or 1 ppt
bindsym Down resize grow height 1 px or 1 ppt
bindsym Up resize shrink height 1 px or 1 ppt
bindsym Right resize grow width 1 px or 1 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
# colours vibrant
set $bg #393939
set $fg #E8E9CA
set $hi #D75F00
set $ac #D75F00
set $tx #E8E9CA
set $ia #6C6C6C
set $be #4A708B
set $yw #EEE685
set $gn #0EF318
set $rd #872F00
# border background text indicator
client.focused $ac $ac $tx $rd
client.unfocused $bg $bg $ia
client.focused_inactive $bg $bg $ac
client.urgent $rd $rd $tx
new_window pixel 2
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
colors {
background $bg
statusline $fg
separator $ac
focused_workspace $ac $ac $tx
active_workspace $ac $bg $tx
inactive_workspace $bg $bg $ia
urgent_workspace $bg $bg $ac
}
position top
status_command i3blocks
font pango:Noto Mono 8, Awesome 10
}
# Exec
exec --no-startup-id i3-msg exec '/usr/bin/amixer -q set Master 50% unmute'
exec --no-startup-id i3-msg exec '~/monitors.bash'
exec-always --no-startup-id i3-msg exec '~/docs.bash &>~/docs.log'
## Custom Bindings
bindsym $mod+shift+f exec thunar
bindsym mod1+ctrl+l exec /usr/bin/i3lock --tiling --image ~/wallpapers/showmewhatyougot.png
# Media keys
bindsym $mod+F12 exec /usr/bin/amixer -q set Master 1%+ unmute && pkill -RTMIN+2 i3blocks
bindsym $mod+F11 exec /usr/bin/amixer -q set Master 1%- unmute && pkill -RTMIN+2 i3blocks
bindsym $mod+Pause exec /usr/bin/playerctl play-pause
bindsym $mod+Scroll_Lock exec /usr/bin/playerctl next && pkill -RTMIN+1 i3blocks
bindsym $mod+Print exec /usr/bin/playerctl previous && pkill -RTMIN+1 i3blocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment