Skip to content

Instantly share code, notes, and snippets.

View thexavier666's full-sized avatar

Sumitro Bhaumik thexavier666

View GitHub Profile
@defektive
defektive / install.md
Last active August 11, 2020 13:03
Install bspwm, sxhkd on ubuntu 16.04

Dependecies

sudo apt-get install git \
                      xcb \
                      libxcb-util0-dev \
                      libxcb-ewmh-dev \
                      libxcb-randr0-dev \
                      libxcb-icccm4-dev \
                      libxcb-keysyms1-dev \
@gyribeiro
gyribeiro / tmux_italic.md
Last active October 6, 2024 18:56
enable italic font on tmux
@adnan360
adnan360 / power.sh
Created August 8, 2018 11:43
Simple script to create a selection menu for shutdown, reboot etc. based on rofi in dmenu mode
#!/bin/bash
# Simple script to handle a DIY shutdown menu. When run you should see a bunch of options (shutdown, reboot etc.)
#
# Requirements:
# - rofi
# - systemd, but you can replace the commands for OpenRC or anything else
#
# Instructions:
# - Save this file as power.sh or anything
#!/bin/bash
# path of your alacritty config file
# this should be the default path
FILE_LOC="/home/$USER/.config/alacritty/alacritty.yml"
def_change_opacity ()
{
delta_val="0.05"
METRIC_ID="background_opacity"