diff --git a/i3/config b/i3/config index ad6380f..73950c9 100644 --- a/i3/config +++ b/i3/config @@ -14,7 +14,7 @@ bindsym $mod+shift+p exec "rofi-pass" bindsym --release Num_Lock exec "xdotool key --clearmodifiers Shift+Insert;numlockx on" 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' @@ -37,7 +37,9 @@ client.urgent $rd $rd $tx # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) +smart_borders on bar { + height 12 status_command i3status --config ~/.i3/i3status.conf #status_command i3blocks -c ~/.i3/i3blocks.conf font -*-*-*-*-*-*-8-*-*-*-*-*-*-* diff --git a/shells/zshrc b/shells/zshrc index 6d93798..a4ac6b3 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -178,7 +178,7 @@ mv() { /bin/mv -v "$@" } m() { mv "$@" } compdef _cp c cfat m mv cp 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 NAME="-d title=$1" fi