summaryrefslogtreecommitdiff
path: root/config
blob: c721bb16a7879c677fc8aa01a349228b4db267e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
# 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 somewhen, delete
# this file and re-run i3-config-wizard(1).
#

# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!

set $mod Mod4

# font for window titles. ISO 10646 = Unicode
#font -misc-fixed-medium-r-normal--10-100-75-75-C-60-iso10646-1
#font -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1
#font -schumacher-clean-medium-r-normal--12-120-75-75-c-60-iso10646-1
#font -misc-terminusmodx-medium-r-normal--12-120-72-72-c-60-iso10646-1
font pango:Terminus 8

# class                 border  backgr. text    indicator
#client.focused          #4c7899 #285577 #ffffff #2e9ef4
#client.focused_inactive #333333 #5f676a #ffffff #484e50
#client.unfocused        #333333 #222222 #888888 #292d2e
#client.urgent           #2f343a #900000 #ffffff #900000
client.focused          #401010 #401010 #dddddd #2e9ef4
client.focused_inactive #222222 #222222 #cccccc #484e50
client.unfocused        #111111 #111111 #bbbbbb #292d2e
client.urgent           #b72e03 #b72e03 #dddddd #b72e03

# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod

# start a terminal
bindsym $mod+Return exec urxvt
bindsym $mod+Shift+Return exec "emacsclient -c -a ''"

# kill focused window
bindsym $mod+Shift+Q kill

# start dmenu (a program launcher)
#bindsym $mod+F1 exec dmenu_run
bindsym $mod+F1 exec ~/bin/my_dmenu

# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
#bindsym $mod+ntilde 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
#bindsym $mod+Shift+Ntilde 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+h split h
bindsym $mod+Shift+V split h

# split in vertical orientation
bindsym $mod+v split v

# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen

# change container layout (stacked, tabbed, default)
bindsym $mod+s layout stacking
bindsym $mod+d layout tabbed
bindsym $mod+e layout default

# toggle tiling / floating
bindsym $mod+Shift+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 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10

# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10

# move workspace to screen on right
bindsym $mod+o move workspace to output right

# 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 exit

# resize window (you can also use the mouse for that)
mode "resize" {
        # These bindings trigger as soon as you enter the resize mode

        # Pressing left will shrink the window’s width.
        # Pressing right will grow the window’s width.
        # Pressing up will shrink the window’s height.
        # Pressing down will grow the window’s height.
        bindsym h resize shrink width 5 px or 1 ppt
        bindsym j resize grow height 5 px or 1 ppt
        bindsym k resize shrink height 5 px or 1 ppt
        bindsym l resize grow width 5 px or 1 ppt

        # same bindings, but for the arrow keys
        bindsym 113 resize shrink width 5 px or 5 ppt
        bindsym 116 resize grow height 5 px or 5 ppt
        bindsym 111 resize shrink height 5 px or 5 ppt
        bindsym 114 resize grow width 5 px or 5 ppt

        # back to normal: Enter or Escape
        bindsym Return mode "default"
        bindsym Escape mode "default"
}

bindsym $mod+r mode "resize"

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
        #status_command i3status
        status_command i3blocks
        #status_command conky
	tray_output DisplayPort-0
	tray_output DP-1
	tray_output DP-2
	tray_output DP-0
        tray_output DVI-D-0
	tray_output VGA-0
	tray_output LVDS-1
	tray_output LVDS-0
	#font -misc-fixed-medium-r-normal--10-100-75-75-C-60-iso10646-1
	#font -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1
	#font -schumacher-clean-medium-r-normal--12-120-75-75-c-60-iso10646-1
	#font -misc-terminusmodx-medium-r-normal--12-120-72-72-c-60-iso10646-1
	#font -misc-terminusmodx.icons-medium-r-normal--12-120-72-72-c-60-*-*
	font pango:Terminus 8
	colors {
		background #111111
		statusline #bbbbbb
		focused_workspace  #401010 #401010 #dddddd
		active_workspace   #5f676a #5f676a #cccccc
		inactive_workspace #222222 #222222 #bbbbbb
		urgent_workspace   #b72e03 #b72e03 #dddddd
	}
}

# Set no border, just titlebar
new_window normal 0 px

focus_on_window_activation focus

bindsym $mod+n exec nautilus
bindsym $mod+Shift+n exec nautilus -w
bindsym $mod+w exec x-www-browser
bindsym $mod+Shift+w exec x-www-browser --private-window
bindsym $mod+c exec gnome-calculator
bindsym $mod+y exec mpv "$(xsel)"
bindsym $mod+z workspace 10; exec zeal
bindsym $mod+m exec ~/bin/show-mail

bindsym $mod+F12 exec --no-startup-id xset s activate
bindsym XF86ScreenSaver exec --no-startup-id xset s activate
bindsym $mod+Shift+F11 exec --no-startup-id sh -c 'sleep 0.5 && systemctl suspend &'
bindsym $mod+Shift+F12 exec --no-startup-id sh -c 'sleep 0.5 && systemctl hibernate &'
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10
bindsym XF86MonBrightnessUp exec --no xbacklight -inc 10

bindsym $mod+plus exec mypactl volup && pkill -u "$USER" -RTMIN+10 i3blocks
bindsym $mod+minus exec mypactl voldown && pkill -u "$USER" -RTMIN+10 i3blocks
bindsym XF86AudioRaiseVolume exec mypactl volup && pkill -u "$USER" -RTMIN+10 i3blocks
bindsym XF86AudioLowerVolume exec mypactl voldown && pkill -u "$USER" -RTMIN+10 i3blocks
bindsym XF86AudioMute exec mypactl mute && pkill -u "$USER" -RTMIN+10 i3blocks
bindsym $mod+Shift+plus exec pa-switch && pkill -u "$USER" -RTMIN+10 i3blocks

bindsym $mod+Shift+m exec mypactl micmute
bindsym XF86AudioMicMute exec mypactl micmute

bindsym $mod+p exec mpd-toggle
bindsym $mod+Shift+p exec mpc stop
bindsym $mod+period exec mpc next
bindsym $mod+comma exec mpc prev

bindsym XF86AudioNext exec mpc next
bindsym XF86AudioPrev exec mpc prev
bindsym XF86AudioPlay exec mpd-toggle
bindsym XF86AudioStop exec mpc stop

bindsym XF86Display exec pantallas
bindsym XF86Battery exec show_battery_status

bindsym Print exec gnome-screenshot

for_window [class="Nautilus" instance="file_progress"] floating enable
for_window [class="Dolphin" instance="Deleting"] floating enable
for_window [class="Wine"] floating enable
for_window [class="Gnome-calculator"] floating enable