diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 19:50:49 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 19:50:49 +0200 |
| commit | df59a15732be35ab4d3ec4ff49a4e90afadd369d (patch) | |
| tree | 4d2c4e7cd82ea3360b29589c8dc680c76901d4f4 /i3config | |
| parent | 7f926ce106aabba97c1f4530ba15bf564a93c18b (diff) | |
| download | dotfiles-df59a15732be35ab4d3ec4ff49a4e90afadd369d.tar.gz | |
Added scrot for taking screenshots
Diffstat (limited to 'i3config')
| -rw-r--r-- | i3config | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -42,6 +42,9 @@ 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 | 42 | 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 | 43 | bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status |
| 44 | 44 | ||
| 45 | # Take screeshot | ||
| 46 | bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png | ||
| 47 | |||
| 45 | # Use Mouse+$mod to drag floating windows to their wanted position | 48 | # Use Mouse+$mod to drag floating windows to their wanted position |
| 46 | floating_modifier $mod | 49 | floating_modifier $mod |
| 47 | 50 | ||
