Skip to content

Commit

Permalink
remove quotes around keyboard string
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed Aug 30, 2016
1 parent 8945b01 commit e39d291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rofi-pass
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ if [[ ! -d "$HOME/.cache/rofi-pass" ]]; then
fi

if [[ -n $keyboard ]]; then
setxkbmap "${keyboard}"
setxkbmap ${keyboard}
fi

# set help color
Expand Down

0 comments on commit e39d291

Please sign in to comment.