From 61d858cc0d4cea4a959532bd7fdb583026fdf9d6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 21 Oct 2024 22:07:24 +0200 Subject: Update --- i3config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'i3config') diff --git a/i3config b/i3config index 2eeb915..f390cb1 100644 --- a/i3config +++ b/i3config @@ -22,7 +22,6 @@ font pango:monospace 8 # 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. @@ -42,9 +41,6 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT 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 @@ bar { } 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 -- cgit v1.2.3