Skip to content

Instantly share code, notes, and snippets.

View vytautas-k's full-sized avatar

Vytautas Kavaliauskas vytautas-k

  • SATALIA
  • Kaunas, Lithuania
View GitHub Profile
@TheMichaelHu
TheMichaelHu / gif.sh
Created November 3, 2016 19:23
Screen Record gifs on Ubuntu/Linux Mint
#!/bin/bash
# Install xrectsel (from https://github.com/lolilolicon/xrectsel/) and byzanz (sudo apt-get install byzanz)
# Throw this script somewhere and make an alias (I called mine gif)
# Change the destination file if your name isn't michael
AREA="$(xrectsel)"
IFS=+ read DIM X Y <<< $AREA
IFS=x read W H <<< $DIM
DATE=`date +%Y%m%d%H%M%S`
echo start
@joshuat
joshuat / Slack avatar-less sidebar.md
Last active January 19, 2021 08:25
Remove the avatars from your slack sidebar

Slack has listened to feedback and given us a way to toggle off the sidebar avatars.

(This only seems to be available in the Beta channel at the moment)

Display or hide profile photos

  1. From your desktop, click your profile picture in the top right.
  2. Select Preferences from the menu.
  3. Click Sidebar in the left-side column.
  4. Check or uncheck the boxes next to Show profile photos next to DMs.