diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-21 22:07:24 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-21 22:07:24 +0200 |
| commit | 61d858cc0d4cea4a959532bd7fdb583026fdf9d6 (patch) | |
| tree | c1abb5fd6d176273e4f62c92fe0cdbf031d64b22 /i3config | |
| parent | 55d3b2ae9b4dbf26cc443e7c9ecf6d588cdc9c44 (diff) | |
| download | dotfiles-61d858cc0d4cea4a959532bd7fdb583026fdf9d6.tar.gz | |
Update
Diffstat (limited to 'i3config')
| -rw-r--r-- | i3config | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -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 |
| 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. |
| @@ -42,9 +41,6 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT | |||
| 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 | 43 | ||
| 45 | # Take screeshot | ||
| 46 | bindsym --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 |
| 49 | floating_modifier $mod | 45 | floating_modifier $mod |
| 50 | 46 | ||
| @@ -212,4 +208,7 @@ bar { | |||
| 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 | ||
