This repository was archived by the owner on Oct 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtest_config
More file actions
301 lines (251 loc) · 9.71 KB
/
test_config
File metadata and controls
301 lines (251 loc) · 9.71 KB
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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
# 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 http://i3wm.org/docs/userguide.html for a complete reference!
#
# %%base16_template: i3##colors %%
## Base16 Ocean
# Author: Chris Kempson (http://chriskempson.com)
#
# You can use these variables anywhere in the i3 configuration file.
set $base00 #2b303b
set $base01 #343d46
set $base02 #4f5b66
set $base03 #65737e
set $base04 #a7adba
set $base05 #c0c5ce
set $base06 #dfe1e8
set $base07 #eff1f5
set $base08 #bf616a
set $base09 #d08770
set $base0A #ebcb8b
set $base0B #a3be8c
set $base0C #96b5b4
set $base0D #8fa1b3
set $base0E #b48ead
set $base0F #ab7967
# %%base16_template_end%%
# Basic color configuration using the Base16 variables for windows and borders.
# Property Name Border BG Text Indicator Child Border
client.focused $base0D $base0D $base00 $base0E $base0D
client.focused_inactive $base01 $base01 $base05 $base01 $base01
client.unfocused $base01 $base00 $base05 $base01 $base01
client.urgent $base08 $base08 $base00 $base08 $base08
client.placeholder $base00 $base00 $base05 $base00 $base00
client.background $base07
set $font Liberation Sans
set $i3confdir "$HOME/.config/i3"
set $mod Mod4
set $i3b_up20 "pkill -RTMIN+20 i3blocks"
# never let windows take focus
focus_on_window_activation urgent
## configure window decorations
# first the border
hide_edge_borders smart
new_window pixel 5
# next the title font
font pango:$font 8
# Format the window title beyond the font
for_window [class=".*"] title_format " %title"
# Gaps
# gaps edge_gaps on
gaps inner 15
gaps outer -6
smart_gaps on
# 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 doesn’t scale on retina/hidpi displays.
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
# kill focused window
bindsym $mod+q kill
# kill window by middle-clicking its title bar
bindsym --release button2 kill
# start a program launcher
bindsym $mod+r exec j4-dmenu-desktop --no-generic --usage-log=$i3confdir/j4-dmenu-desktop.log --dmenu="dmenu -fn '$font' -i -b -nb \\$base01 -nf \\$base05 -sb \\$base0D -sf \\$base00"
# start the password finder
bindsym $mod+y exec fish $i3confdir/scripts/pass_get.fish -l
bindsym $mod+x exec fish $i3confdir/scripts/pass_get.fish
# 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+odiaeresis 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 (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+Insert floating toggle
# change focus between tiling / floating windows
# bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+p focus parent
# focus the child container
bindsym $mod+Shift+p focus child
# define workspaces
set $ws1 "1 "
set $ws2 "2 "
set $ws3 "3 "
set $ws4 "4 "
set $ws5 "5 "
set $ws6 "6 "
set $ws7 "7 "
set $ws8 "8 "
set $ws9 "9 "
set $ws10 "10 "
# 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
bindsym $mod+Tab workspace back_and_forth
# 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
bindsym $mod+Shift+Tab move container to workspace back_and_forth
# move focused container to workspace and switch to workspace
bindsym $mod+Shift+Ctrl+1 move container to workspace $ws1; workspace $ws1
bindsym $mod+Shift+Ctrl+2 move container to workspace $ws2; workspace $ws2
bindsym $mod+Shift+Ctrl+3 move container to workspace $ws3; workspace $ws3
bindsym $mod+Shift+Ctrl+4 move container to workspace $ws4; workspace $ws4
bindsym $mod+Shift+Ctrl+5 move container to workspace $ws5; workspace $ws5
bindsym $mod+Shift+Ctrl+6 move container to workspace $ws6; workspace $ws6
bindsym $mod+Shift+Ctrl+7 move container to workspace $ws7; workspace $ws7
bindsym $mod+Shift+Ctrl+8 move container to workspace $ws8; workspace $ws8
bindsym $mod+Shift+Ctrl+9 move container to workspace $ws9; workspace $ws9
bindsym $mod+Shift+Ctrl+0 move container to workspace $ws10; workspace $ws10
bindsym $mod+Shift+Ctrl+Tab move container to workspace back_and_forth; workspace back_and_forth
# jump to urgent window
bindsym $mod+space [urgent=latest] focus
# restart/reload i3 inplace
bindsym $mod+Shift+Ctrl+r restart
bindsym $mod+Shift+r reload
# shortcuts for clicking blocklets
bindsym $mod+Escape exec BLOCK_BUTTON=1 ${HOME}/.config/i3blocks/blocklets/shutdown.sh
bindsym $mod+t exec BLOCK_BUTTON=1 python ${HOME}/.config/i3blocks/blocklets/todo.txt
# workspace assignments
assign [class="Inox"] $ws2
assign [class="Firefox"] $ws2
assign [class="Chromium"] $ws2
assign [class="TelegramDesktop"] $ws3
assign [class="Thunderbird"] $ws3
assign [class="Thunar"] $ws4
assign [title="LibreOffice" window_type="splash"] $ws5
assign [class="(?i).*libreoffice.*"] $ws5
assign [class="keepassx" window_type="normal"] $ws9
assign [class="Guayadeque"] $ws10
assign [class="Vlc"] $ws10
# window arrangement fixes
for_window [class="Zotero" title="Schnellformatierung Zitation"] floating enable
for_window [class="Yad"] floating enable
for_window [class="Pinentry"] floating enable
## modes
set $mode_music "music control"
set $mode_resize "resize"
# dedicated mode to control the audio player
mode $mode_music {
bindsym h exec playerctl previous; exec $i3b_up20
bindsym l exec playerctl next; exec $i3b_up20
bindsym space exec playerctl play-pause; exec $i3b_up20
bindsym g exec guayadeque
bindsym Return exec guayadeque; workspace $ws10; mode "default"
# back to normal: Enter or Escape or repeat mode keysequence
bindsym Escape mode "default"
bindsym $mod+m mode "default"
}
# resize window (you can also use the mouse for that)
mode $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 5 ppt
bindsym j resize grow height 5 px or 5 ppt
bindsym k resize shrink height 5 px or 5 ppt
bindsym l resize grow width 5 px or 5 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Escape mode "default"
bindsym $mod+plus mode "default"
}
bindsym $mod+plus mode $mode_resize
bindsym $mod+m mode $mode_music
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3blocks
position top
font pango:$font, FontAwesome 11
colors {
background $base00
separator $base01
statusline $base04
# State Border BG Text
focused_workspace $base0D $base0D $base00
active_workspace $base03 $base03 $base00
inactive_workspace $base01 $base01 $base05
urgent_workspace $base08 $base08 $base00
binding_mode $base0A $base0A $base00
}
}
exec compton -f
exec unclutter
exec feh --bg-fill $HOME/Bilder/wallpaper.jpg
exec ibus-daemon -drx
exec xset -b
exec numlockx on
exec setxkbmap -layout de -variant nodeadkeys -option compose:menu -option caps:escape