|
diff --git a/i3config b/i3config
|
| ... |
| 22 |
# Start XDG autostart .desktop files using dex. See also |
22 |
# Start XDG autostart .desktop files using dex. See also |
| 23 |
# https://wiki.archlinux.org/index.php/XDG_Autostart |
23 |
# https://wiki.archlinux.org/index.php/XDG_Autostart |
| 24 |
exec --no-startup-id dex-autostart --autostart --environment i3 |
24 |
exec --no-startup-id dex-autostart --autostart --environment i3 |
| 25 |
exec --no-startup-id picom --backend glx --vsync -b |
|
|
| 26 |
|
25 |
|
| 27 |
# The combination of xss-lock, nm-applet and pactl is a popular choice, so |
26 |
# The combination of xss-lock, nm-applet and pactl is a popular choice, so |
| 28 |
# they are included here as an example. Modify as you see fit. |
27 |
# they are included here as an example. Modify as you see fit. |
| ... |
| 41 |
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status |
40 |
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status |
| 42 |
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status |
41 |
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status |
| 43 |
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status |
42 |
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status |
| 44 |
|
|
|
| 45 |
# Take screeshot |
|
|
| 46 |
bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png |
|
|
| 47 |
|
43 |
|
| 48 |
# Use Mouse+$mod to drag floating windows to their wanted position |
44 |
# Use Mouse+$mod to drag floating windows to their wanted position |
| 49 |
floating_modifier $mod |
45 |
floating_modifier $mod |
| ... |
| 212 |
} |
208 |
} |
| 213 |
|
209 |
|
| 214 |
focus_follows_mouse no |
210 |
focus_follows_mouse no |
|
|
211 |
exec --no-startup-id picom --backend glx --vsync -b |
|
|
212 |
bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png |
|
|
213 |
hide_edge_borders both |
| 215 |
|
214 |
|