Skip to content

Instantly share code, notes, and snippets.

@MartijnBraam
Created February 12, 2018 16:35
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 MartijnBraam/2b54f617b1741ff1a67082fb5c9db3b6 to your computer and use it in GitHub Desktop.
Save MartijnBraam/2b54f617b1741ff1a67082fb5c9db3b6 to your computer and use it in GitHub Desktop.
font pango:monospace 8
new_window 1pixel
mode "command" {
bindsym t exec i3-sensible-terminal; mode "default"
bindsym d exec dmenu_run; mode "default"
bindsym q mode "default"
bindsym k kill; mode "default"
bindsym b exec netsurf
bindsym r restart
bindsym Left focus left
bindsym Right focus right
bindsym Up focus up
bindsym Down focus down
bindsym Shift+Left move left
bindsym Shift+Right move right
bindsym Shift+Up move up
bindsym Shift+Down move down
bindsym h split h
bindsym v split v
}
bindsym Shift+space mode "command"
bindsym XF86ScreenSaver exec xset dpms force off
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
status_command i3status --conf ~/.config/i3/i3status.conf
colors {
background #000000
statusline #ffffff
separator #009900
focused_workspace #009900 #009900 #ffffff
inactive_workspace #003300 #003300 #dddddd
urgent_workspace #990000 #990000 #fffff
}
}
exec_always --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment