diff --git a/.config/i3/config b/.config/i3/config index 9558089..b51f311 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -199,7 +199,7 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous bindsym $mod+p exec --no-startup-id /usr/local/bin/switch-audio-port # Screenshot -bindsym Print exec --no-startup-id scrot ~/%Y-%m-%d-%T-screenshot.png && notify-send "Screenshot saved to ~/$(date +"%Y-%m-%d-%T")-screenshot.png" +bindsym Print exec --no-startup-id flameshot gui ########################################## # configuration for workspace behaviour: # diff --git a/README.md b/README.md index 6b67c84..0ebb4c1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Make sure you've got these packages before installing - firefox - rofi - dunst -- scrot +- flameshot - pango - nerf-fonts - stow diff --git a/alacritty b/alacritty new file mode 120000 index 0000000..581578f --- /dev/null +++ b/alacritty @@ -0,0 +1 @@ +.config/alacritty \ No newline at end of file diff --git a/dunst b/dunst new file mode 120000 index 0000000..b50b834 --- /dev/null +++ b/dunst @@ -0,0 +1 @@ +.config/dunst \ No newline at end of file diff --git a/helix b/helix new file mode 120000 index 0000000..45c51f8 --- /dev/null +++ b/helix @@ -0,0 +1 @@ +.config/helix \ No newline at end of file diff --git a/i3 b/i3 new file mode 120000 index 0000000..19f939e --- /dev/null +++ b/i3 @@ -0,0 +1 @@ +.config/i3 \ No newline at end of file diff --git a/rofi b/rofi new file mode 120000 index 0000000..373c96c --- /dev/null +++ b/rofi @@ -0,0 +1 @@ +.config/rofi \ No newline at end of file