diff options
Diffstat (limited to 'bspwmrc')
-rwxr-xr-x | bspwmrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -15,11 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -KEYMAP=$(cat ~/.xkeymap) -if [ -n "${KEYMAP}" ]; then - setxkbmap -layout ${KEYMAP} -fi - pgrep -x sxhkd > /dev/null || sxhkd & xrandr --output 'DP2' --auto |