added two new aliases for backups and some test fixes in awesome config.
This commit is contained in:
parent
92de2a9abe
commit
52a5c4d1a6
2 changed files with 8 additions and 4 deletions
|
|
@ -520,12 +520,14 @@ awful.rules.rules = {
|
|||
raise = true,
|
||||
keys = clientkeys,
|
||||
buttons = clientbuttons } },
|
||||
{ rule = { class = "MPlayer" },
|
||||
properties = { floating = true } },
|
||||
{ rule = { class = "pinentry" },
|
||||
properties = { floating = true } },
|
||||
--{ rule = { class = "MPlayer" },
|
||||
-- properties = { floating = true } },
|
||||
--{ rule = { class = "pinentry" },
|
||||
-- properties = { floating = true } },
|
||||
{ rule = { class = "gimp" },
|
||||
properties = { floating = true } },
|
||||
{ rule = { instance = "urxvt" },
|
||||
properties = { floating = true } },
|
||||
-- Set Firefox to always map on tags number 2 of screen 1.
|
||||
-- { rule = { class = "Firefox" },
|
||||
-- properties = { tag = tags[1][2] } },
|
||||
|
|
|
|||
2
.zshrc
2
.zshrc
|
|
@ -105,6 +105,8 @@ alias llah='ls -lah --color'
|
|||
alias lsd='ls -ld --color'
|
||||
alias vi=vim
|
||||
alias xterm=$TERMINAL
|
||||
alias backup_t410='rsync -avr --delete --delete-excluded --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/run / /run/media/hanez/BACKUP1000GB/t410/'
|
||||
alias backup_11s='rsync -avr --delete --delete-excluded --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/run / /run/media/hanez/BACKUP1000GB/11s/'
|
||||
|
||||
# I use xterm and this sets a nice title with hostname and cwd in it.
|
||||
case $TERM in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue