dotfiles/i3/config

242 lines
7.5 KiB
Plaintext
Raw Normal View History

2018-04-05 01:52:51 +02:00
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
2018-04-05 05:30:27 +02:00
# {{{ VARIABLES }}}
set $mod Mod4
set $TERMINAL urxvt
# gaps
set $gap_outer 25
set $gap_inner 15
# Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places.
2018-04-05 12:34:27 +02:00
# Browser
set $ws1 "1 "
# Terminal
set $ws2 "2 "
# Work
set $ws3 "3 "
2018-04-05 05:30:27 +02:00
set $ws4 "4"
2018-04-05 12:34:27 +02:00
# Mail
set $ws5 "5 "
2018-04-05 05:30:27 +02:00
set $ws6 "6"
set $ws7 "7"
set $ws8 "8"
set $ws9 "9"
set $ws10 "10"
# {{{ FONT }}}
font pango:Hack 8
2018-04-05 01:52:51 +02:00
# 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 8
# Before i3 v4.8, we used to recommend this one as the default:
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, its unicode glyph coverage is limited, the old
# X core fonts rendering does not support right-to-left and this being a bitmap
# font, it doesnt scale on retina/hidpi displays.
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
2018-04-05 05:30:27 +02:00
# {{{ KEYBINDINGS }}}
# start a terminal
bindsym $mod+Return exec $TERMINAL
# kill focused window
bindsym $mod+Shift+q kill
# Program launcher
bindsym Mod1+space exec ~/.config/i3/scripts/dmenu/init.py
# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# move focused window
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
# Change split orientation
bindsym $mod+v split v
bindsym $mod+Shift+v split h
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# 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+Ctrl+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
bindsym $mod+Shift+a focus child
# switch to workspace
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace $ws4
bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace $ws9
bindsym $mod+0 workspace $ws10
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2
bindsym $mod+Shift+3 move container to workspace $ws3
bindsym $mod+Shift+4 move container to workspace $ws4
bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+9 move container to workspace $ws9
bindsym $mod+Shift+0 move container to workspace $ws10
# 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'"
# UNBIND F1
bindsym F1 exec --no-startup-id echo > /dev/null
2018-04-05 12:34:27 +02:00
# Urgent window
bindsym $mod+x [urgent=latest] focus
2018-04-05 05:30:27 +02:00
# MEDIA KEYS
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 2%+
bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 2%-
bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
bindsym XF86AudioNext exec --no-startup-id playerctl next
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
bindsym XF86AudioStop exec --no-startup-id playerctl stop
2018-04-05 12:34:27 +02:00
# Screensaver || ThinkVantage
bindsym XF86ScreenSaver exec xscreensaver-command -lock
2018-04-05 14:14:42 +02:00
bindsym XF86Battery exec xscreensaver-command -lock
2018-04-05 12:34:27 +02:00
bindsym XF86Launch1 exec "xscreensaver-command -lock; sleep 1; xset dpms force off"
# Screenshot
bindsym Print exec ~/.config/i3/scripts/screenshot.sh
2018-04-05 05:30:27 +02:00
# {{{ RESIZE MODE }}}
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
bindsym h resize grow width 10 px or 10 ppt
bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize shrink width 10 px or 10 ppt
# back to normal: Enter or Escape or $mod+r
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}
bindsym $mod+r mode "resize"
# {{{ GAPS MODE }}}
mode "gaps" {
bindsym h gaps outer all plus 5
bindsym j gaps inner all plus 5
bindsym k gaps inner all minus 5
bindsym l gaps outer all minus 5
bindsym i gaps inner all set $gap_inner
bindsym o gaps outer all set $gap_outer
bindsym u gaps inner all set 0
bindsym p gaps outer all set 0
bindsym Shift+h gaps outer current plus 5
bindsym Shift+j gaps inner current plus 5
bindsym Shift+k gaps inner current minus 5
bindsym Shift+l gaps outer current minus 5
bindsym Shift+i gaps inner current set $gap_inner
bindsym Shift+o gaps outer current set $gap_outer
bindsym Shift+u gaps inner current set 0
bindsym Shift+p gaps outer current set 0
2018-04-05 01:52:51 +02:00
bindsym Return mode "default"
bindsym Escape mode "default"
2018-04-05 05:30:27 +02:00
}
bindsym $mod+g mode "gaps"
2018-04-05 01:52:51 +02:00
2018-04-05 05:30:27 +02:00
# {{{ STATUS BAR }}}
2018-04-05 01:52:51 +02:00
bar {
2018-04-05 05:30:27 +02:00
position top
status_command bumblebee-status -m disk nic sensors battery caffeine amixer brightness datetime -p battery.device=BAT0,BAT1 brightness.device_path=/sys/class/backlight/acpi_video0 disk.format={left} nic.states=^down sensors.path=/sys/class/thermal/thermal_zone2/temp -t greyish-powerline
2018-04-05 01:52:51 +02:00
}
2018-04-05 05:30:27 +02:00
# {{{ GAPS }}}
gaps inner $gap_inner
gaps outer $gap_outer
# {{{ NO BORDERS }}}
default_border none
default_floating_border normal
2018-04-05 12:34:27 +02:00
# {{{ WORKSPACES }}}
# Browser
workspace $ws1 gaps outer 0
workspace $ws1 gaps inner 0
assign [class="Firefox"] $ws1
# Terminal
assign [class="URxvt"] $ws2
# Mail
workspace $ws5 gaps outer 0
workspace $ws5 gaps inner 0
assign [class="Thunderbird"] $ws5
# KeepassXC
assign [class="keepassxc"] $ws10
2018-04-05 05:30:27 +02:00
# {{{ KEYBOARD MAP }}}
exec_always setxkbmap de
# {{{ AUTOSTART }}}
exec ~/.config/i3/scripts/autorun.sh