467 lines
17 KiB
Text
467 lines
17 KiB
Text
# i3 config file (v4)
|
|
# See http://i3wm.org/docs/userguide.html for a complete reference
|
|
|
|
# Used to address resp. refer to the user. Example for males: "bro" and "man", for females: "sis" and "gal". This is freetext, use something you're comfortable with.
|
|
set $usertitle bro
|
|
set $usertype man
|
|
|
|
set $term $HOME/.config/i3/terminal.sh
|
|
set $termexec i3-sensible-terminal
|
|
set $barlaunchcmd $HOME/.config/polybar/launch.sh
|
|
|
|
set $volumeStep 5
|
|
|
|
########################
|
|
# i3 basic preferences # {{{1
|
|
########################
|
|
|
|
# font for window titles
|
|
font pango:Fira Sans 9
|
|
|
|
# modifier key: Super (swapped below, so effective key is Alt)
|
|
set $mod Mod4
|
|
|
|
# use Mouse+$mod to drag floating windows to their wanted position
|
|
floating_modifier $mod
|
|
|
|
# resize window
|
|
mode "resize" {
|
|
bindsym Ctrl+h resize shrink width 2 px or 1 ppt
|
|
bindsym Ctrl+j resize grow height 2 px or 1 ppt
|
|
bindsym Ctrl+k resize shrink height 2 px or 1 ppt
|
|
bindsym Ctrl+l resize grow width 2 px or 1 ppt
|
|
|
|
bindsym h resize shrink 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 grow width 10 px or 10 ppt
|
|
|
|
bindsym Shift+h resize shrink width 30 px or 30 ppt
|
|
bindsym Shift+j resize grow height 30 px or 30 ppt
|
|
bindsym Shift+k resize shrink height 30 px or 30 ppt
|
|
bindsym Shift+l resize grow width 30 px or 30 ppt
|
|
|
|
# back to normal: Enter, Escape or mod+r
|
|
bindsym Return mode "default"
|
|
bindsym KP_Enter mode "default"
|
|
bindsym Escape mode "default"
|
|
bindsym $mod+r mode "default"
|
|
}
|
|
|
|
bindsym $mod+r mode "resize"
|
|
|
|
# mouse following breaks keyboard window switching between terminals when the terminal tries to hide the mouse when you start typing, or something
|
|
# also, it's annoying to lose focus on your window when you move the mouse slightly
|
|
focus_follows_mouse no
|
|
|
|
no_focus [title="IntelliJ"]
|
|
|
|
# gaps when more than one window is open on a workspace
|
|
for_window [class="^.*"] border pixel 0
|
|
gaps inner 10
|
|
smart_gaps on
|
|
|
|
|
|
############
|
|
# Keyboard # {{{1
|
|
############
|
|
|
|
# Belgian layout, swap Alt and Super, set caps lock as compose key ♥
|
|
exec_always --no-startup-id setxkbmap \
|
|
-layout be \
|
|
-option altwin:swap_lalt_lwin \
|
|
-option compose:caps
|
|
|
|
# enable NumLock
|
|
exec_always --no-startup-id numlockx on
|
|
|
|
|
|
set $macromode "macro: [l]olol"
|
|
mode $macromode {
|
|
bindsym l mode default, exec --no-startup-id "sleep 0.1; for i in $(seq $(( RANDOM % 5 + 3 ))); do xdotool key l o; done; xdotool key l Return"
|
|
# Define your own cool macros here
|
|
|
|
# back to normal: Enter, Escape or mod+r
|
|
bindsym Return mode "default"
|
|
bindsym KP_Enter mode "default"
|
|
bindsym Escape mode "default"
|
|
bindsym $mod+c mode "default"
|
|
}
|
|
|
|
bindsym $mod+c mode $macromode
|
|
|
|
|
|
################
|
|
# Applications # {{{1
|
|
################
|
|
|
|
# lock the screen
|
|
bindsym Mod1+l exec --no-startup-id i3lock --tiling --show-failed-attempts --color=000000 --image="$HOME/img/bg/Red-billed_streamertail_Trochilus_polytmus_female_in_flight_2_lock.png" || notify-send -u normal -i lock -a i3 "Failed to lock screen" "i3lock had a non-zero exit code."
|
|
|
|
# start a terminal
|
|
bindsym $mod+Return exec $term
|
|
bindsym $mod+KP_Enter exec $term
|
|
bindsym Ctrl+Mod4+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, $usertitle.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real $usertype.'"
|
|
bindsym Ctrl+Mod1+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, $usertitle.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real $usertype.'"
|
|
# start a terminal and execute the command `exec-with-shortcut` from your PATH in it
|
|
bindsym XF86Calculator exec "$termexec -T exec-with-shortcut --dynamic-title-mode=none -x bash -c 'exec-with-shortcut; read'"
|
|
|
|
# start web browser
|
|
set $browser TZ=UTC firefox
|
|
bindsym XF86HomePage exec $browser
|
|
|
|
# open file manager
|
|
set $filemanager thunar
|
|
bindsym XF86MyComputer exec $filemanager
|
|
bindsym XF86Explorer exec $filemanager
|
|
|
|
# open mail client
|
|
set $mailclient claws-mail
|
|
bindsym XF86Mail exec $mailclient
|
|
|
|
# change display layout
|
|
bindsym $mod+XF86Display exec arandr
|
|
bindsym XF86Display exec --no-startup-id $HOME/.config/i3/monitors.sh
|
|
|
|
|
|
# program launcher
|
|
set $launcher rofi -show combi -display-combi $USER@$(cat /etc/hostname)
|
|
#bindsym $mod+space exec --no-startup-id "$launcher"
|
|
bindsym $mod+Shift+space exec --no-startup-id rofi -show window
|
|
|
|
set $openmode "open: [f]irefox, [e]mail, [i]rc, [I]DE, [m]pd client, [M]pd server, [t]or, [g]ucharmap, [j]osm, [a]randr, [ ] launcher"
|
|
mode $openmode {
|
|
bindsym f exec firefox, mode default
|
|
bindsym e exec $mailclient, mode default
|
|
bindsym i exec $termexec -e weechat, mode default
|
|
bindsym shift+i exec idea, mode default
|
|
bindsym m exec mpdclient, mode default
|
|
bindsym shift+m exec --no-startup-id mpd $HOME/.config/mpd/mpd.conf, mode default
|
|
bindsym t exec "$HOME/.tor-browser-en/INSTALL/Browser/start-tor-browser --detach", mode default
|
|
bindsym g exec gucharmap, mode default
|
|
bindsym j exec josm, mode default
|
|
bindsym a exec arandr, mode default
|
|
|
|
bindsym space exec "$launcher", mode default
|
|
|
|
bindsym Return exec $term, mode "default"
|
|
bindsym KP_Enter exec $term, mode "default"
|
|
|
|
# back to normal: Enter, Escape or mod+r
|
|
bindsym Escape mode "default"
|
|
bindsym $mod+o mode "default"
|
|
}
|
|
|
|
bindsym $mod+o mode $openmode
|
|
|
|
|
|
set $mpdmode "local mpd: [ ] play/pause, [k/j] prev/next, [h/l] rwnd/ffwd, [u/d] vol, [enter] open client"
|
|
mode $mpdmode {
|
|
bindsym space exec --no-startup-id mpc toggle
|
|
bindsym j exec --no-startup-id mpc next
|
|
bindsym k exec --no-startup-id mpc cdprev
|
|
bindsym h exec --no-startup-id mpc seek -5
|
|
bindsym l exec --no-startup-id mpc seek +5
|
|
bindsym Backspace exec --no-startup-id mpc seek 0%
|
|
bindsym u exec --no-startup-id pamixer -i $volumeStep
|
|
bindsym d exec --no-startup-id pamixer -d $volumeStep
|
|
bindsym s exec --no-startup-id mpc stop, mode "default"
|
|
bindsym Return exec mpdclient, mode "default"
|
|
bindsym KP_Enter exec mpdclient, mode "default"
|
|
bindsym o exec mpdclient, mode "default"
|
|
|
|
# back to normal: Escape or mod+r
|
|
bindsym Escape mode "default"
|
|
bindsym $mod+m mode "default"
|
|
}
|
|
|
|
bindsym $mod+m mode $mpdmode
|
|
|
|
bindsym $mod+space exec --no-startup-id mpc toggle
|
|
|
|
|
|
#############################
|
|
# Keyboard function buttons # {{{1
|
|
#############################
|
|
|
|
bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d $volumeStep
|
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i $volumeStep
|
|
bindsym XF86AudioMute exec --no-startup-id pamixer -t
|
|
bindsym XF86AudioMicMute exec --no-startup-id pamixer --source alsa_input.pci-0000_00_1b.0.analog-stereo -t
|
|
|
|
bindsym XF86Back focus left
|
|
bindsym XF86Forward focus right
|
|
|
|
bindsym $mod+XF86AudioLowerVolume exec mpdclient
|
|
bindsym XF86Tools exec mpdclient
|
|
bindsym XF86AudioPlay exec mpc toggle
|
|
bindsym XF86AudioNext exec mpc next
|
|
bindsym XF86AudioPrev exec mpc cdprev
|
|
bindsym XF86AudioStop exec mpc stop
|
|
|
|
bindsym XF86MonBrightnessDown exec --no-startup-id $HOME/.config/i3/backlight.sh down
|
|
bindsym XF86MonBrightnessUp exec --no-startup-id $HOME/.config/i3/backlight.sh up
|
|
|
|
bindsym XF86PowerOff exec sudo shutdown -h now
|
|
|
|
set $scrot scrot '/tmp/screenshot_%Y-%m-%d_%H-%M-%S.png'
|
|
bindsym --release $mod+Print exec --no-startup-id "notify-send -a 'scrot' -t 750 'Select rectangle'; $scrot --select --delay 1"
|
|
bindsym --release $mod+Shift+Print exec --no-startup-id $scrot
|
|
bindsym --release $mod+Ctrl+Print exec --no-startup-id "$scrot --select --delay $(echo $'2\n3\n5\n10\n15' | rofi -p 'scrot delay' -dmenu)"
|
|
|
|
|
|
# Window stuff {{{2
|
|
|
|
# kill focused window
|
|
bindsym $mod+Shift+q kill
|
|
|
|
# change focus
|
|
bindsym $mod+h focus left
|
|
bindsym $mod+j focus down
|
|
bindsym $mod+k focus up
|
|
bindsym $mod+l 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+h move left
|
|
bindsym $mod+Shift+j move down
|
|
bindsym $mod+Shift+k move up
|
|
bindsym $mod+Shift+l 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+b split h
|
|
|
|
# split in vertical orientation
|
|
bindsym $mod+v split v
|
|
|
|
# enter fullscreen mode for the focused container
|
|
bindsym $mod+f fullscreen toggle
|
|
|
|
# change container layout
|
|
#bindsym $mod+s layout stacking
|
|
bindsym $mod+z layout tabbed
|
|
bindsym $mod+e layout toggle split
|
|
|
|
# toggle tiling / floating
|
|
bindsym $mod+Shift+d floating toggle
|
|
|
|
# change focus between tiling / floating windows
|
|
bindsym $mod+d focus mode_toggle
|
|
|
|
# focus the parent container
|
|
bindsym $mod+a focus parent
|
|
|
|
# focus the child container
|
|
bindsym $mod+q focus child
|
|
|
|
|
|
# More window manager stuff {{{2
|
|
|
|
# reload the configuration file and restart the bar
|
|
bindsym $mod+Shift+c reload, exec $barlaunchcmd
|
|
# restart i3 inplace (preserves layout/session, can be used to upgrade i3)
|
|
bindsym $mod+Shift+r restart
|
|
# exit i3
|
|
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Quit i3?' -b 'Yes' 'i3-msg exit'"
|
|
#bindsym $mod+Shift+e exec "i3-msg exit"
|
|
|
|
bindsym $mod+p exec "sleep 8; notify-send -u critical -a Tasks \\"Urgent reminder\\" \\"You've got to leave now!\\""
|
|
|
|
|
|
|
|
# Workspace stuff {{{2
|
|
|
|
# switch to workspace
|
|
bindsym $mod+1 workspace number 1
|
|
bindsym $mod+2 workspace number 2
|
|
bindsym $mod+3 workspace number 3
|
|
bindsym $mod+4 workspace number 4
|
|
bindsym $mod+5 workspace number 5
|
|
bindsym $mod+6 workspace number 6
|
|
bindsym $mod+7 workspace number 7
|
|
bindsym $mod+8 workspace number 8
|
|
bindsym $mod+9 workspace number 9
|
|
bindsym $mod+0 workspace number 10
|
|
bindsym $mod+parenright workspace number 11
|
|
# this goes up to eleven!
|
|
|
|
# move focused container to workspace
|
|
bindsym $mod+Shift+1 move container to workspace number 1
|
|
bindsym $mod+Shift+2 move container to workspace number 2
|
|
bindsym $mod+Shift+3 move container to workspace number 3
|
|
bindsym $mod+Shift+4 move container to workspace number 4
|
|
bindsym $mod+Shift+5 move container to workspace number 5
|
|
bindsym $mod+Shift+6 move container to workspace number 6
|
|
bindsym $mod+Shift+7 move container to workspace number 7
|
|
bindsym $mod+Shift+8 move container to workspace number 8
|
|
bindsym $mod+Shift+9 move container to workspace number 9
|
|
bindsym $mod+Shift+0 move container to workspace number 10
|
|
bindsym $mod+Shift+degree move container to workspace number 11
|
|
|
|
|
|
mode "workspace" {
|
|
bindsym 1 workspace number 1
|
|
bindsym 2 workspace number 2
|
|
bindsym 3 workspace number 3
|
|
bindsym 4 workspace number 4
|
|
bindsym 5 workspace number 5
|
|
bindsym 6 workspace number 6
|
|
bindsym 7 workspace number 7
|
|
bindsym 8 workspace number 8
|
|
bindsym 9 workspace number 9
|
|
bindsym 0 workspace number 10
|
|
bindsym a workspace number 11 a
|
|
bindsym z workspace number 12 z
|
|
bindsym e workspace number 13 e
|
|
bindsym r workspace number 14 r
|
|
bindsym t workspace number 15 t
|
|
bindsym y workspace number 16 y
|
|
bindsym u workspace number 17 u
|
|
bindsym i workspace number 18 i
|
|
bindsym o workspace number 19 o
|
|
bindsym p workspace number 20 p
|
|
bindsym q workspace number 21 q
|
|
bindsym s workspace number 22 s
|
|
bindsym d workspace number 23 d
|
|
bindsym f workspace number 24 f
|
|
bindsym g workspace number 25 g
|
|
bindsym h workspace number 26 h
|
|
bindsym j workspace number 27 j
|
|
bindsym k workspace number 28 k
|
|
bindsym l workspace number 29 l
|
|
bindsym m workspace number 30 m
|
|
bindsym w workspace number 31 w
|
|
bindsym x workspace number 32 x
|
|
bindsym c workspace number 33 c
|
|
bindsym v workspace number 34 v
|
|
bindsym b workspace number 35 b
|
|
bindsym n workspace number 36 n
|
|
bindsym comma workspace number 37 kk
|
|
bindsym semicolon workspace number "38 ;"
|
|
bindsym colon workspace number 39 :
|
|
bindsym equal workspace number 40 =
|
|
|
|
# move focused container to workspace
|
|
bindsym Shift+1 move container to workspace number 1
|
|
bindsym Shift+2 move container to workspace number 2
|
|
bindsym Shift+3 move container to workspace number 3
|
|
bindsym Shift+4 move container to workspace number 4
|
|
bindsym Shift+5 move container to workspace number 5
|
|
bindsym Shift+6 move container to workspace number 6
|
|
bindsym Shift+7 move container to workspace number 7
|
|
bindsym Shift+8 move container to workspace number 8
|
|
bindsym Shift+9 move container to workspace number 9
|
|
bindsym Shift+0 move container to workspace number 10
|
|
bindsym Shift+a move container to workspace number 11 a
|
|
bindsym Shift+z move container to workspace number 12 z
|
|
bindsym Shift+e move container to workspace number 13 e
|
|
bindsym Shift+r move container to workspace number 14 r
|
|
bindsym Shift+t move container to workspace number 15 t
|
|
bindsym Shift+y move container to workspace number 16 y
|
|
bindsym Shift+u move container to workspace number 17 u
|
|
bindsym Shift+i move container to workspace number 18 i
|
|
bindsym Shift+o move container to workspace number 19 o
|
|
bindsym Shift+p move container to workspace number 20 p
|
|
bindsym Shift+q move container to workspace number 21 q
|
|
bindsym Shift+s move container to workspace number 22 s
|
|
bindsym Shift+d move container to workspace number 23 d
|
|
bindsym Shift+f move container to workspace number 24 f
|
|
bindsym Shift+g move container to workspace number 25 g
|
|
bindsym Shift+h move container to workspace number 26 h
|
|
bindsym Shift+j move container to workspace number 27 j
|
|
bindsym Shift+k move container to workspace number 28 k
|
|
bindsym Shift+l move container to workspace number 29 l
|
|
bindsym Shift+m move container to workspace number 30 m
|
|
bindsym Shift+w move container to workspace number 31 w
|
|
bindsym Shift+x move container to workspace number 32 x
|
|
bindsym Shift+c move container to workspace number 33 c
|
|
bindsym Shift+v move container to workspace number 34 v
|
|
bindsym Shift+b move container to workspace number 35 b
|
|
bindsym Shift+n move container to workspace number 36 n
|
|
bindsym Shift+comma move container to workspace number 37 kk
|
|
bindsym Shift+semicolon move container to workspace number "38 ;"
|
|
bindsym Shift+colon move container to workspace number 39 :
|
|
bindsym Shift+equal move container to workspace number 40 =
|
|
|
|
# back to normal: Enter, Escape or mod+r
|
|
bindsym Return mode "default"
|
|
bindsym KP_Enter mode "default"
|
|
bindsym Escape mode "default"
|
|
bindsym $mod+s mode "default"
|
|
}
|
|
|
|
bindsym $mod+s mode workspace
|
|
|
|
bindsym $mod+shift+S exec $HOME/.config/i3/rename.sh
|
|
|
|
|
|
# Monitor stuff {{{2
|
|
|
|
bindsym $mod+x move workspace to output right
|
|
bindsym $mod+shift+x move workspace to output up
|
|
|
|
|
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
|
# finds out, if available)
|
|
#bar {
|
|
#status_command python /usr/lib/python3.6/site-packages/powerline/bindings/i3/powerline-i3.py
|
|
#font pango:PowerlineFont 12
|
|
|
|
##status_command i3status
|
|
#position top
|
|
#}
|
|
|
|
# launch Polybar, a nicer bar
|
|
exec_always --no-startup-id $barlaunchcmd
|
|
|
|
# some applets (bah)
|
|
#exec --no-startup-id nm-applet
|
|
#exec --no-startup-id nextcloud
|
|
|
|
# hide the mouse after some time
|
|
exec --no-startup-id unclutter -idle 3
|
|
|
|
# battery monitor script
|
|
exec --no-startup-id "$HOME/bin/own/battery/monitor.py &>$HOME/.log/my-i3-desktop/battery-monitor.log || notify-send -u critical -i battery -a i3 'Failed to start battery monitor' 'Battery monitor had a non-zero exit code.'"
|
|
|
|
|
|
# set background
|
|
exec_always --no-startup-id "$HOME/.config/i3/background.sh"
|
|
|
|
|
|
##################
|
|
# Specific rules # {{{1
|
|
##################
|
|
|
|
for_window [title="Tor Browser$"] floating enable
|
|
for_window [class="Peek"] floating enable
|
|
for_window [instance="^$" class="^Wfica_Seamless$"] floating enable
|
|
for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer" title="^Download$|^Mapillary image|^Geotagged Images"] floating disable
|
|
for_window [class="Nextcloud" instance="nextcloud"] floating disable
|
|
for_window [class="Xfce4-settings-manager"] floating disable
|
|
for_window [title="^openBVE$"] floating disable
|
|
for_window [class="^Gramps$"] floating disable
|
|
for_window [title="^exec-with-shortcut$"] floating enable
|
|
|
|
# class border backgr. text indicator child_border
|
|
client.focused #422a15 #422a15 #ffffff #f42e9e #552877
|
|
client.focused_inactive #333333 #675f6a #ffffff #4e4850 #675f6a
|
|
client.unfocused #000000 #000000 #888888 #292d2e #000000
|
|
client.urgent #342f3a #900000 #ffffff #900000 #900000
|
|
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
|
|
|
client.background #ffffff
|
|
|
|
|
|
# vim: set ft=i3 noet foldmethod=marker :
|