Minor changes

This commit is contained in:
Austen Adler 2016-05-31 17:37:46 -04:00
parent 728aa8f7fa
commit a6a563746c
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ bindsym $mod+shift+p exec "rofi-pass"
bindsym --release Num_Lock exec "xdotool key --clearmodifiers Shift+Insert;numlockx on" bindsym --release Num_Lock exec "xdotool key --clearmodifiers Shift+Insert;numlockx on"
workspace_layout tabbed workspace_layout tabbed
bindsym Print exec "shutter -r" bindsym Print exec "shutter -s"
#exec --no-startup-id xautolock -time 10 -locker '~/.i3/run.sh screensaver' #exec --no-startup-id xautolock -time 10 -locker '~/.i3/run.sh screensaver'
@ -37,7 +37,9 @@ client.urgent $rd $rd $tx
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
smart_borders on
bar { bar {
height 12
status_command i3status --config ~/.i3/i3status.conf status_command i3status --config ~/.i3/i3status.conf
#status_command i3blocks -c ~/.i3/i3blocks.conf #status_command i3blocks -c ~/.i3/i3blocks.conf
font -*-*-*-*-*-*-8-*-*-*-*-*-*-* font -*-*-*-*-*-*-8-*-*-*-*-*-*-*

View File

@ -178,7 +178,7 @@ mv() { /bin/mv -v "$@" }
m() { mv "$@" } m() { mv "$@" }
compdef _cp c cfat m mv cp compdef _cp c cfat m mv cp
paste() { paste() {
NAME="-d title=Command run at $(date '+%d/%h/%y %H:%M:%S')" NAME="-d title=Command run at $(date '+%d/%h/%y %H:%M:%S') on $(hostname)"
if [[ ! -z "$1" ]]; then if [[ ! -z "$1" ]]; then
NAME="-d title=$1" NAME="-d title=$1"
fi fi