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