Minor cleanup

clean_emacs
TuDatTr 2017-12-19 22:00:05 +01:00
parent a99518a7a8
commit 9a0591cf7a
3 changed files with 6 additions and 37 deletions

View File

@ -1,11 +0,0 @@
[user]
email = tuan-dat.tran@mailbox.org
name = TuDatTr
[alias]
ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
gud = !git add * && git commit -m
stat = status
[core]
excludesfile = ~/.gitignore
[http]
sslVerify = false

View File

@ -1,12 +1,8 @@
# i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod4
# set default desktop layout (default is tiling)
# workspace_layout tabbed <stacking|tabbed>
# Configure border style <normal|1pixel|pixel xx|none|pixel>
new_window pixel 1
new_float normal
@ -33,7 +29,7 @@ bindsym $mod+Return exec terminal
bindsym $mod+Shift+q kill
# start program launcher
bindsym $mod+d exec --no-startup-id dmenu_recency
bindsym $mod+d exec --no-startup-id dmenu_run
# launch categorized menu
bindsym $mod+z exec --no-startup-id morc_menu
@ -54,11 +50,11 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# bindsym XF86MonBrightnessUp exec "xbacklight -inc 10; notify-send 'brightness up'"
# bindsym XF86MonBrightnessDown exec "xbacklight -dec 10; notify-send 'brightness down'"
# Start Applications
# Application Shortcuts
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
bindsym $mod+F2 exec palemoon
bindsym $mod+F2 exec firefox
bindsym $mod+F3 exec pcmanfm
# bindsym $mod+F3 exec ranger
bindsym $mod+F3 exec ranger
bindsym $mod+Shift+F3 exec gksu pcmanfm
bindsym $mod+F5 exec terminal -e 'mocp'
bindsym $mod+t exec --no-startup-id pkill compton
@ -96,11 +92,6 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes
bindsym $mod+b workspace back_and_forth
bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth
# split orientation
bindsym $mod+h split h;exec notify-send 'tile horizontally'
bindsym $mod+v split v;exec notify-send 'tile vertically'
@ -139,8 +130,7 @@ bindsym $mod+Ctrl+Left workspace prev
# Workspace names
# to display names or symbols instead of plain workspace numbers you can use
# something like: set $ws1 1:mail
# set $ws2 2:
# something like:
set $ws1 1
set $ws2 2
set $ws3 3
@ -395,11 +385,6 @@ client.background $i3_background
gaps inner 10
gaps outer -4
# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
# gaps inner|outer current|all set|plus|minus <px>
# gaps inner all set 10
# gaps outer all plus 5
# Smart gaps (gaps used if only more than one container on the workspace)
smart_gaps on
@ -444,8 +429,3 @@ mode "$mode_gaps_outer" {
bindsym Escape mode "default"
}
#################
### Autostart ###
#################

2
.zshrc
View File

@ -1,5 +1,5 @@
# Path to your oh-my-zsh installation.
export ZSH=/home/tuan/.oh-my-zsh
export ZSH=~/.oh-my-zsh
# Theme
ZSH_THEME="powerlevel9k/powerlevel9k"