Skip to content

Instantly share code, notes, and snippets.

// WindowEvents.cpp : Defines the entry point for the application.
//
#pragma once
// Windows Header Files
#include <windows.h>
#include <wtsapi32.h>
#pragma comment(lib,"wtsapi32.lib")
// C RunTime Header Files
@shashwat001
shashwat001 / tmux_configuration
Last active July 4, 2019 04:51
location: ~/.tmux.conf
unbind C-b
set -g prefix C-a
bind C-a send-prefix
set -g set-titles on
set -g set-titles-string '#T'
bind-key C-Left swap-window -t -1
bind-key C-Right swap-window -t +1
@shashwat001
shashwat001 / Extension list
Last active October 16, 2025 20:18
List of file extensions
!bt
!qb
!ut
#24
#ib
#sc
#st
$#!
$$$
$00
@shashwat001
shashwat001 / config
Last active January 3, 2018 10:59
Terminator Config file to act as Guake
[global_config]
always_on_top = True
enabled_plugins = InactivityWatch, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
focus = mouse
handle_size = 1
sticky = True
tab_position = top
[keybindings]
cycle_next = <Primary>Page_Down
cycle_prev = <Primary>Page_Up