use i3
[distro-setup] / subdir_files / .config / i3 / config
1 # This file has been auto-generated by i3-config-wizard(1).
2 # It will not be overwritten, so edit it as you like.
3 #
4 # Should you change your keyboard layout some time, delete
5 # this file and re-run i3-config-wizard(1).
6 #
7
8 # i3 config file (v4)
9 #
10 # Please see http://i3wm.org/docs/userguide.html for a complete reference!
11
12 set $mod Mod4
13
14
15
16 bindsym $mod+2 exec "pavucontrol"
17 bindsym $mod+3 exec "abrowser"
18 bindsym $mod+4 exec "input-setup m"
19 # exit i3 (logs you out of your X session)
20 bindsym $mod+Shift+q 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'"
21
22 bindsym $mod+w focus parent
23 bindsym $mod+e fullscreen toggle
24 bindsym $mod+r exec "/a/bin/redshift.sh"
25 # todo, in newer i3, make this toggle split tabbed
26 bindsym $mod+t layout toggle split
27 bindsym $mod+g layout tabbed
28
29 # Use Mouse+$mod to drag floating windows to their wanted position
30 floating_modifier $mod
31
32 bindsym $mod+u focus up
33 bindsym $mod+i focus down
34 bindsym $mod+o focus left
35 bindsym $mod+p focus right
36
37 bindsym $mod+Left move left
38 bindsym $mod+Right move right
39 bindsym $mod+Up move up
40 bindsym $mod+Down move down
41
42 # switch to workspace
43 bindsym $mod+a workspace 4
44 bindsym $mod+s workspace 3
45 bindsym $mod+d workspace 2
46 bindsym $mod+f workspace 1
47
48 # todo, in newer i3, make this split toggle
49 bindsym $mod+v split vertical
50 bindsym $mod+b split horizontal
51
52 bindsym $mod+c kill
53
54
55 bindsym $mod+7 workspace 5
56 bindsym $mod+0 workspace 6
57
58 # move focused container to workspace
59 bindsym $mod+Shift+f move container to workspace 1
60 bindsym $mod+Shift+d move container to workspace 2
61 bindsym $mod+Shift+s move container to workspace 3
62 bindsym $mod+Shift+a move container to workspace 4
63 bindsym $mod+Shift+7 move container to workspace 5
64 bindsym $mod+Shift+0 move container to workspace 6
65
66
67 bindsym $mod+k exec i3-sensible-terminal
68 bindsym $mod+l exec dmenu_run
69
70 bindsym $mod+Shift+p restart
71
72
73 # Font for window titles. Will also be used by the bar unless a different font
74 # is used in the bar {} block below.
75 font pango:monospace 8
76
77 # todo: only available in newer i3n
78 #hide_edge_borders smart