diff --git a/i3config b/i3config index 2eeb9155dfc156dea5964bacd8723d19ac6048d7..f390cb18094a99242d0804bde63450a930cb5baf 100644 --- a/i3config +++ b/i3config @@ -22,7 +22,6 @@ # Start XDG autostart .desktop files using dex. See also # https://wiki.archlinux.org/index.php/XDG_Autostart exec --no-startup-id dex-autostart --autostart --environment i3 -exec --no-startup-id picom --backend glx --vsync -b # The combination of xss-lock, nm-applet and pactl is a popular choice, so # they are included here as an example. Modify as you see fit. @@ -41,9 +40,6 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status - -# Take screeshot -bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -212,4 +208,7 @@ status_command i3status } focus_follows_mouse no +exec --no-startup-id picom --backend glx --vsync -b +bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png +hide_edge_borders both