all repos — dotfiles @ 7aea05e57ad97627f5907f1e8e220b61cc467254

my *nix dotfiles

home/.xinitrc (view raw)

 1#!/bin/sh
 2 
 3#        _       _ _            
 4#  __  _(_)_ __ (_) |_ _ __ ___ 
 5#  \ \/ / | '_ \| | __| '__/ __|
 6# _ >  <| | | | | | |_| | | (__ 
 7#(_)_/\_\_|_| |_|_|\__|_|  \___|
 8#
 9
10setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru -variant ',phonetic' -option 'compose:caps'
11# ~/.fehbg &
12eval "$(gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info")"
13# sxhkd &
14xrdb -l ~/.Xresources
15# st &
16compton &
17urxvtd &
18xsetroot -cursor_name left_ptr
19exec cwm