Compare commits

...

3 Commits
zia ... master

3 changed files with 6 additions and 5 deletions

View File

@ -84,7 +84,7 @@ set -g status-left "#{pane_current_path}"
set -g status-left-length 30
# Activer mon layout par defaut
new -s projets -n dev
splitw -v -p 50 -t dev
neww -n autre
selectw -t dev
#new -s projets -n dev
#splitw -v -p 50 -t dev
#neww -n autre
#selectw -t dev

View File

@ -1,4 +1,5 @@
ans:/home/od/projets/buffet
blog:~/projets/blog
buf:/home/od/projets/buffet
cloud:~/freshmile/cloud
patchwork:/home/od/projets/patchwork

View File

@ -9,7 +9,7 @@ minutes=15
PROGRAM=`which feh`
# Some tests
if [[ "$XDG_SESSION_TYPE" -eq "wayland" ]]; then
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
PROGRAM=`which swaymsg`
if [ -z "${PROGRAM}" ]; then
echo "This script needs the swaymsg program."