aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3config7
1 files changed, 3 insertions, 4 deletions
diff --git a/i3config b/i3config
index 2eeb915..f390cb1 100644
--- a/i3config
+++ b/i3config
@@ -22,7 +22,6 @@ font pango:monospace 8
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
24exec --no-startup-id dex-autostart --autostart --environment i3 24exec --no-startup-id dex-autostart --autostart --environment i3
25exec --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.
@@ -42,9 +41,6 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
42bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status 41bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
43bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status 42bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
44 43
45# Take screeshot
46bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png
47
48# Use Mouse+$mod to drag floating windows to their wanted position 44# Use Mouse+$mod to drag floating windows to their wanted position
49floating_modifier $mod 45floating_modifier $mod
50 46
@@ -212,4 +208,7 @@ bar {
212} 208}
213 209
214focus_follows_mouse no 210focus_follows_mouse no
211exec --no-startup-id picom --backend glx --vsync -b
212bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png
213hide_edge_borders both
215 214