ba4dc688d63d3361b912447632cd293dfaa4f20c
[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 # exit i3 (logs you out of your X session)
16 bindsym $mod+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'"
17
18 bindsym $mod+2 exec "pavucontrol"
19 bindsym $mod+3 exec "firefox"
20 bindsym $mod+4 exec "input-setup"
21 bindsym $mod+w exec "/a/bin/redshift.sh 2"
22 bindsym $mod+e exec "/a/bin/redshift.sh 1"
23 bindsym $mod+r exec "/a/bin/redshift.sh 0"
24 # todo, add mod+t for cycle layout
25 bindsym $mod+t layout toggle split
26 # move focused window
27 bindsym $mod+Delete move left
28 bindsym $mod+parenright move right
29 # todo, some other binds in here and beyond.
30 # reload the configuration file. change to restart if needed.
31 bindsym $mod+p restart
32 # start a terminal
33 bindsym $mod+k exec i3-sensible-terminal
34 # start dmenu (a program launcher)
35 bindsym $mod+l exec dmenu_run
36 # kill focused window
37 bindsym $mod+c kill
38
39 # Use Mouse+$mod to drag floating windows to their wanted position
40 floating_modifier $mod
41
42 bindsym F8 focus down
43
44 bindsym $mod+b layout stacking
45
46 # todo, other workspaces
47 # switch to workspace
48 bindsym $mod+f workspace 1
49 bindsym $mod+d workspace 2
50 bindsym $mod+s workspace 3
51 bindsym $mod+a workspace 4
52 bindsym $mod+7 workspace 5
53 bindsym $mod+0 workspace 6
54
55 # move focused container to workspace
56 bindsym $mod+Shift+f move container to workspace 1
57 bindsym $mod+Shift+d move container to workspace 2
58 bindsym $mod+Shift+s move container to workspace 3
59 bindsym $mod+Shift+a move container to workspace 4
60 bindsym $mod+Shift+7 move container to workspace 5
61 bindsym $mod+Shift+0 move container to workspace 6
62
63
64 # Font for window titles. Will also be used by the bar unless a different font
65 # is used in the bar {} block below.
66 font pango:monospace 8
67
68 # This font is widely installed, provides lots of unicode glyphs, right-to-left
69 # text rendering and scalability on retina/hidpi displays (thanks to pango).
70 #font pango:DejaVu Sans Mono 8
71
72 # Before i3 v4.8, we used to recommend this one as the default:
73 # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
74 # The font above is very space-efficient, that is, it looks good, sharp and
75 # clear in small sizes. However, its unicode glyph coverage is limited, the old
76 # X core fonts rendering does not support right-to-left and this being a bitmap
77 # font, it doesn’t scale on retina/hidpi displays.