blob: 1f0f1f1cc45e2e6fe2dfe9de7e6f334f01e5dc0a (
plain) (
blame)
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
|
# 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).
#
xwayland enable
#input "*" xkb_layout "fr"
#input "*" xkb_variant "oss"
input "*" xkb_file "/home/lx/.xkb/symbols/custom-fr"
#input "*" xkb_layout "us"
#input "*" xkb_variant "intl"
seat "*" hide_cursor 5000
output "*" background "/home/lx/stuff/wp/mdvn1ywappt61.jpg" fit
#output "eDP-1" scale 1.2
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# defaults
client.focused #4c7899 #285577 #ffffff #2e9ef4 #285577
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
client.unfocused #333333 #222222 #888888 #292d2e #222222
client.urgent #2f343a #900000 #ffffff #900000 #900000
set $mod Mod4
# font for window titles. ISO 10646 = Unicode
#font -misc-fixed-medium-r-normal--12-120-75-75-C-70-iso10646-1
font pango:Inconsolata 15px
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
#bindsym $mod+Return exec i3-sensible-terminal
#bindsym $mod+Return exec mlterm
bindsym $mod+Return exec alacritty
#bindsym $mod+Return exec xfce4-terminal
#bindsym $mod+Return exec gnome-terminal
#bindsym $mod+Return exec alacritty -e tmux
#bindsym $mod+Return exec xterm -rv -ti vt340x -e tmux attach
#bindsym $mod+o exec alacritty -e /home/aauvolat/.local/bin/fzf2.sh
#bindsym $mod+m exec xterm -rv -ti vt340x -e /home/aauvolat/tmp/tmux/tmux -S /tmp/sixock attach
#bindsym $mod+m exec xterm -rv -ti vt340x
# bindsym $mod+Shift+X exec xscreensaver-command -lock
#bindsym $mod+Shift+X exec i3lock -d -c 111111 -I 5
#bindsym $mod+Shift+X exec /home/aauvolat/.i3/i3lock-dpms
bindsym $mod+Shift+X exec swaylock -c 000000
# music control
#bindsym $mod+Shift+P exec mpc toggle
#bindsym $mod+Shift+N exec mpc next
# kill focused window
bindsym $mod+Shift+Q kill
# start dmenu (a program launcher)
bindsym $mod+p exec bemenu-run --fn 'Inconsolata'
bindsym $mod+n exec makoctl dismiss -a
# 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
# change container layout (stacked, tabbed, default)
bindsym $mod+s layout stacking
bindsym $mod+z 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+q focus parent
# focus the child container
#bindcode $mod+d focus child
# switch to workspace
# ALEX FR CUSTOM LAYOUT
bindsym $mod+braceleft workspace 1
bindsym $mod+eacute workspace 2
bindsym $mod+quotedbl workspace 3
bindsym $mod+apostrophe workspace 4
bindsym $mod+parenleft workspace 5
bindsym $mod+minus workspace 6
bindsym $mod+dead_grave workspace 7
bindsym $mod+underscore workspace 8
bindsym $mod+ccedilla workspace 9
bindsym $mod+braceright workspace 10
bindsym $mod+parenright workspace 11
bindsym $mod+equal workspace 12
workspace_auto_back_and_forth yes
# move focused container to workspace
# ALEX FR CUSTOM LAYOUT
bindsym $mod+Shift+braceleft move container to workspace 1
bindsym $mod+Shift+eacute move container to workspace 2
bindsym $mod+Shift+quotedbl move container to workspace 3
bindsym $mod+Shift+apostrophe move container to workspace 4
bindsym $mod+Shift+parenleft move container to workspace 5
bindsym $mod+Shift+minus move container to workspace 6
bindsym $mod+Shift+dead_grave move container to workspace 7
bindsym $mod+Shift+underscore move container to workspace 8
bindsym $mod+Shift+ccedilla move container to workspace 9
bindsym $mod+Shift+braceright move container to workspace 10
bindsym $mod+Shift+parenright move container to workspace 11
bindsym $mod+Shift+equal move container to workspace 12
# 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
bindsym $mod+t border normal
bindsym $mod+y border pixel 1
bindsym $mod+u border none
bindsym XF86MonBrightnessDown exec sudo brightnessctl set 10%-
bindsym XF86MonBrightnessUp exec sudo brightnessctl set +10%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioRaiseVolume exec pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym XF86AudioLowerVolume exec pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
for_window [window_type="dialog"] floating enable
for_window [window_type="utility"] floating enable
for_window [window_type="splash"] floating enable
for_window [title="xfce4-notifyd"] floating enable
for_window [title="xfce4-notifyd"] border none
for_window [title="Caml graphics"] floating enable
for_window [title="QEMU"] floating enable
for_window [title="a.out"] floating enable
for_window [title="mgrx*"] floating enable
for_window [class="Klavaro"] floating enable
for_window [class="Steam"] floating enable
for_window [class="Wine"] floating enable
for_window [class="StepMania"] floating enable
for_window [class="stepmania"] floating enable
for_window [class="anki"] floating enable
for_window [class="visu.bin"] floating enable
for_window [class="pathfind"] floating enable
for_window [class="anbox"] floating enable
default_border pixel 1
# 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 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 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 -c ~/.i3/i3status.conf
#font -misc-fixed-medium-r-normal--12-120-75-75-C-70-iso10646-1
font pango:Inconsolata 14px
colors {
background #000000
statusline #FFFFFF
focused_workspace #000000 #000000 #C8E7A4
active_workspace #000000 #000000 #EAB93D
inactive_workspace #000000 #000000 #888888
urgent_workspace #000000 #000000 #FF8D8D
}
}
exec_always pulseaudio --start
#exec_always xsetroot -cursor_name arrow
#exec_always xcompmgr
#output "*" bg /home/aauvolat/Downloads/wp20190404.jpg fill
exec gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
exec gsettings set org.gnome.desktop.interface icon-theme 'Arc'
exec_always dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
exec /usr/libexec/xdg-desktop-portal
exec mako
#exec swayidle -w timeout 600 'swaylock -f -c 000000' \
# timeout 610 'swaymsg "output * dpms off"' \
# resume 'swaymsg "output * dpms on"' \
# before-sleep 'swaylock -f -c 000000'
exec nm-applet
exec nextcloud
exec syncthing-gtk -m
exec_always xset -b # disable bell
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|