Option "XkbModel" "pc104"
Option "XkbLayout" "dvorak,ru,us"
Option "XkbVariant" ",phonetic_dvorak,"
- Option "XKbOptions" "compose:ralt,grp:menu_toggle,caps:super"
+ Option "XKbOptions" "compose:ralt,grp:menu_toggle,ctrl:swapcaps"
EndSection
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias vi=vim
+alias tmux='tmux -f ~/.config/tmux/config'
set_prompt(){
last_c=$?
--- /dev/null
+# prefix
+unbind C-b
+set-option -g prefix C-a
+bind C-a send-prefix
+
+# hjkl pane traversal
+bind h select-pane -L
+bind j select-pane -D
+bind k select-pane -U
+bind l select-pane -R
+
+# i3 window splitting
+unbind %
+unbind "
+bind v split-window -v
+bind h split-window -h
hide_edge_borders none
# start a terminal
-bindsym $mod+Return exec urxvtc
+bindsym $mod+Return exec st
# lock
bindsym $mod+l exec xautolock -locknow
#!/bin/bash
-urxvtd -q -o -f &
xautolock -locker ~/.local/bin/lock.sh &
dunst &
-compton -b
-~/.fehbg
eval "$(gpg-agent --daemon)"
xrdb -merge ~/.Xresources