From d0f0d3554b4b0b8c5e64e4aa843904a3e6ea4548 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 30 Jan 2020 10:53:03 -0500 Subject: [PATCH] FreeBSD does not like /bin/bash as a shell --- screenlayout/.screenlayout/keyboard-and-bg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index 9b877c3..cbe1987 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/screenlayout/.screenlayout/keyboard-and-bg.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh feh --bg-scale ~/var/inbox/astrobin/`ls -Art ~/var/inbox/astrobin | tail -n 1` setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt